mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-04 09:53:55 -04:00
Undisabled new adventurer levels.
This commit is contained in:
parent
e870de6146
commit
84cdc5d150
1 changed files with 0 additions and 5 deletions
|
@ -930,11 +930,9 @@ forest = [
|
||||||
description: 'Unlock the desert world, if you are strong enough to win this epic battle!'
|
description: 'Unlock the desert world, if you are strong enough to win this epic battle!'
|
||||||
nextLevels:
|
nextLevels:
|
||||||
continue: 'the-dunes'
|
continue: 'the-dunes'
|
||||||
disabled: not me.isAdmin()
|
|
||||||
x: 85.5
|
x: 85.5
|
||||||
y: 83.5
|
y: 83.5
|
||||||
adventurer: true
|
adventurer: true
|
||||||
requiresSubscription: true
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: 'Multiplayer Treasure Grove'
|
name: 'Multiplayer Treasure Grove'
|
||||||
|
@ -966,7 +964,6 @@ desert = [
|
||||||
description: 'Behold, the desert, full of glory, danger, and sand. Lots of sand.'
|
description: 'Behold, the desert, full of glory, danger, and sand. Lots of sand.'
|
||||||
nextLevels:
|
nextLevels:
|
||||||
continue: 'the-mighty-sand-yak'
|
continue: 'the-mighty-sand-yak'
|
||||||
disabled: not me.isAdmin()
|
|
||||||
x: 8.47
|
x: 8.47
|
||||||
y: 21.93
|
y: 21.93
|
||||||
adventurer: true
|
adventurer: true
|
||||||
|
@ -980,7 +977,6 @@ desert = [
|
||||||
description: 'Test your nerves by dodging huge sand yaks on the open dunes!'
|
description: 'Test your nerves by dodging huge sand yaks on the open dunes!'
|
||||||
nextLevels:
|
nextLevels:
|
||||||
continue: 'oasis'
|
continue: 'oasis'
|
||||||
disabled: not me.isAdmin()
|
|
||||||
x: 16.56
|
x: 16.56
|
||||||
y: 27.77
|
y: 27.77
|
||||||
adventurer: true
|
adventurer: true
|
||||||
|
@ -994,7 +990,6 @@ desert = [
|
||||||
description: 'Run a gauntlet of sand yaks to reach oasis and quench your thirst!'
|
description: 'Run a gauntlet of sand yaks to reach oasis and quench your thirst!'
|
||||||
#nextLevels:
|
#nextLevels:
|
||||||
# continue: ''
|
# continue: ''
|
||||||
disabled: not me.isAdmin()
|
|
||||||
x: 23.35
|
x: 23.35
|
||||||
y: 31.60
|
y: 31.60
|
||||||
adventurer: true
|
adventurer: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue