mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Properly continue to Haunted Kithmaze from The Raised Sword if that's the A/B test group.
This commit is contained in:
parent
c82d1d0f36
commit
6755c90f02
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue