mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 19:32:03 -04:00
Some fixes for desert campaign options.
This commit is contained in:
parent
8f04e47b6c
commit
1b584ae72c
2 changed files with 10 additions and 10 deletions
|
@ -307,27 +307,27 @@ module.exports = LevelOptions =
|
||||||
restrictedGear: {}
|
restrictedGear: {}
|
||||||
'the-mighty-sand-yak':
|
'the-mighty-sand-yak':
|
||||||
#requiredGear: {neck: 'rough-sense-stone'} # Too many players probably won't have this, and we don't have a way to require players to buy it yet.
|
#requiredGear: {neck: 'rough-sense-stone'} # Too many players probably won't have this, and we don't have a way to require players to buy it yet.
|
||||||
restrictedGear: {}
|
restrictedGear: {flag: 'basic-flags'}
|
||||||
'oasis':
|
'oasis':
|
||||||
requiredGear: {}
|
requiredGear: {}
|
||||||
restrictedGear: {}
|
restrictedGear: {flag: 'basic-flags'}
|
||||||
'sarven-road':
|
'sarven-road':
|
||||||
requiredGear: {}
|
requiredGear: {}
|
||||||
restrictedGear: {}
|
restrictedGear: {flag: 'basic-flags'}
|
||||||
'sarven-gaps':
|
'sarven-gaps':
|
||||||
requiredGear: {'right-hand': 'crude-builders-hammer'}
|
requiredGear: {'right-hand': 'crude-builders-hammer'}
|
||||||
restrictedGear: {}
|
restrictedGear: {flag: 'basic-flags'}
|
||||||
'thunderhooves':
|
'thunderhooves':
|
||||||
requiredGear: {'right-hand': 'crude-builders-hammer'}
|
requiredGear: {'right-hand': 'crude-builders-hammer'}
|
||||||
restrictedGear: {}
|
restrictedGear: {flag: 'basic-flags'}
|
||||||
'medical-attention':
|
'medical-attention':
|
||||||
requiredGear: {'right-hand': 'long-sword'}, #neck: 'polished-sense-stone'} # We don't have a way to require players to buy it yet.
|
requiredGear: {'right-hand': 'long-sword'}, #neck: 'polished-sense-stone'} # We don't have a way to require players to buy it yet.
|
||||||
restrictedGear: {'right-hand': 'crude-builders-hammer'}
|
restrictedGear: {'right-hand': 'crude-builders-hammer', flag: 'basic-flags'}
|
||||||
'minesweeper':
|
'minesweeper':
|
||||||
requiredGear: {}
|
requiredGear: {}
|
||||||
restrictedGear: {}
|
restrictedGear: {flag: 'basic-flags'}
|
||||||
'sarven-sentry':
|
'sarven-sentry':
|
||||||
requiredGear: {'right-hand': 'crude-builders-hammer'}
|
requiredGear: {'right-hand': 'crude-builders-hammer', flag: 'basic-flags'}
|
||||||
restrictedGear: {}
|
restrictedGear: {}
|
||||||
'keeping-time':
|
'keeping-time':
|
||||||
requiredGear: {} # watch
|
requiredGear: {} # watch
|
||||||
|
|
|
@ -308,8 +308,8 @@ $gameControlMargin: 30px
|
||||||
transform: scaleY(-1.5) scaleX(1.5)
|
transform: scaleY(-1.5) scaleX(1.5)
|
||||||
|
|
||||||
&#forest-back-link
|
&#forest-back-link
|
||||||
left: 4%
|
left: 2%
|
||||||
top: 74.5%
|
top: 70.5%
|
||||||
transform: rotate(216deg)
|
transform: rotate(216deg)
|
||||||
|
|
||||||
&#forest-link
|
&#forest-link
|
||||||
|
|
Loading…
Add table
Reference in a new issue