Enabled some levels for testing.

This commit is contained in:
Nick Winter 2014-11-08 21:50:25 -08:00
parent 14e8f6a653
commit a628372b1b

View file

@ -949,7 +949,6 @@ forest = [
id: 'a-fiery-trap' id: 'a-fiery-trap'
original: '5448330517d7283e051f9b9e' original: '5448330517d7283e051f9b9e'
description: 'Patrol the village entrances, but stay defensive.' description: 'Patrol the village entrances, but stay defensive.'
disabled: not me.isAdmin()
nextLevels: nextLevels:
continue: 'ogre-encampment' continue: 'ogre-encampment'
x: 40.14 x: 40.14
@ -961,7 +960,6 @@ forest = [
difficulty: 1 difficulty: 1
id: 'ogre-encampment' id: 'ogre-encampment'
description: 'Recover stolen treasure from an ogre encampment.' description: 'Recover stolen treasure from an ogre encampment.'
disabled: not me.isAdmin()
nextLevels: nextLevels:
continue: 'woodland-cleaver' continue: 'woodland-cleaver'
x: 46.48 x: 46.48
@ -973,7 +971,6 @@ forest = [
difficulty: 1 difficulty: 1
id: 'woodland-cleaver' id: 'woodland-cleaver'
description: 'Use your new cleave ability to fend off munchkins.' description: 'Use your new cleave ability to fend off munchkins.'
disabled: not me.isAdmin()
nextLevels: nextLevels:
continue: 'shield-rush' continue: 'shield-rush'
x: 52.32 x: 52.32
@ -985,7 +982,6 @@ forest = [
difficulty: 1 difficulty: 1
id: 'shield-rush' id: 'shield-rush'
description: 'Combine cleave and shield to endure an ogre onslaught.' description: 'Combine cleave and shield to endure an ogre onslaught.'
disabled: not me.isAdmin()
nextLevels: nextLevels:
continue: 'peasant-protection' continue: 'peasant-protection'
x: 58.54 x: 58.54
@ -997,7 +993,6 @@ forest = [
difficulty: 1 difficulty: 1
id: 'peasant-protection' id: 'peasant-protection'
description: 'Stay close to Victor.' description: 'Stay close to Victor.'
disabled: not me.isAdmin()
nextLevels: nextLevels:
continue: 'munchkin-swarm' continue: 'munchkin-swarm'
x: 64.37 x: 64.37
@ -1008,8 +1003,7 @@ forest = [
type: 'hero' type: 'hero'
difficulty: 1 difficulty: 1
id: 'munchkin-swarm' id: 'munchkin-swarm'
description: 'they eerywhere' description: 'Loot a gigantic chest while surrounded by a swarm of ogre munchkins.'
disabled: not me.isAdmin()
nextLevels: nextLevels:
continue: 'coinucopia' continue: 'coinucopia'
x: 71.19 x: 71.19