Properly continue to Haunted Kithmaze from The Raised Sword if that's the A/B test group.

This commit is contained in:
Nick Winter 2014-11-19 15:18:59 -08:00
parent c82d1d0f36
commit 6755c90f02

View file

@ -773,3 +773,4 @@ if me.getKithmazeGroup() is 'the-first-kithmaze'
_.remove dungeon, id: 'haunted-kithmaze'
else
_.remove dungeon, id: 'the-first-kithmaze'
_.find(dungeon, id: 'the-raised-sword').nextLevels.continue = 'haunted-kithmaze'