mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 14:33:59 -04:00
Got rid of a bit of skipping, enabled some other arenas for testing.
This commit is contained in:
parent
6e57cbfb66
commit
4701ba22af
1 changed files with 0 additions and 6 deletions
|
@ -452,7 +452,6 @@ dungeon = [
|
|||
# nextLevels:
|
||||
# more_practice: 'descending-further'
|
||||
# continue: 'the-second-kithmaze'
|
||||
# skip_ahead: 'dread-door'
|
||||
#}
|
||||
{
|
||||
name: 'Haunted Kithmaze'
|
||||
|
@ -465,7 +464,6 @@ dungeon = [
|
|||
nextLevels:
|
||||
more_practice: 'descending-further'
|
||||
continue: 'the-second-kithmaze'
|
||||
skip_ahead: 'dread-door'
|
||||
}
|
||||
{
|
||||
name: 'Descending Further'
|
||||
|
@ -522,7 +520,6 @@ dungeon = [
|
|||
y: 46
|
||||
nextLevels:
|
||||
continue: 'lowly-kithmen'
|
||||
skip_ahead: 'closing-the-distance'
|
||||
}
|
||||
{
|
||||
name: 'Lowly Kithmen'
|
||||
|
@ -534,7 +531,6 @@ dungeon = [
|
|||
y: 40
|
||||
nextLevels:
|
||||
continue: 'closing-the-distance'
|
||||
skip_ahead: 'the-final-kithmaze'
|
||||
}
|
||||
{
|
||||
name: 'Closing the Distance'
|
||||
|
@ -601,7 +597,6 @@ dungeon = [
|
|||
id: 'cavern-survival'
|
||||
original: '544437e0645c0c0000c3291d'
|
||||
description: 'Stay alive longer than your opponent amidst hordes of ogres!'
|
||||
disabled: not me.isAdmin()
|
||||
x: 17.54
|
||||
y: 78.39
|
||||
}
|
||||
|
@ -884,7 +879,6 @@ forest = [
|
|||
id: 'dueling-grounds'
|
||||
original: '5442ba0e1e835500007eb1c7'
|
||||
description: 'Battle head-to-head against another hero in this basic beginner combat arena.'
|
||||
disabled: not me.isAdmin()
|
||||
x: 83
|
||||
y: 23
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue