mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Hid play button for a couple more levels.
This commit is contained in:
parent
0640f382ba
commit
5a71d93d8a
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ module.exports = LevelOptions =
|
|||
requiredCode: ['Brak']
|
||||
'favorable-odds':
|
||||
disableSpaces: true
|
||||
hidesPlayButton: true
|
||||
hidesRunShortcut: true
|
||||
hidesHUD: true
|
||||
hidesSay: true
|
||||
|
@ -84,6 +85,7 @@ module.exports = LevelOptions =
|
|||
restrictedGear: {feet: 'leather-boots'}
|
||||
'the-raised-sword':
|
||||
disableSpaces: true
|
||||
hidesPlayButton: true
|
||||
hidesRunShortcut: true
|
||||
hidesHUD: true
|
||||
hidesSay: true
|
||||
|
|
Loading…
Reference in a new issue