mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 19:00:35 +00:00
Merge pull request #155 from jruderman/teleport_haunted
Teleporting to Haunted Woods no longer puts you infinitely deep
This commit is contained in:
commit
626c941b90
@ -183,6 +183,7 @@ EX void initgame() {
|
||||
|
||||
if(firstland == laOceanWall) firstland = laOcean;
|
||||
if(firstland == laHauntedWall) firstland = laGraveyard;
|
||||
if(firstland == laHaunted && !tactic::on) firstland = laGraveyard;
|
||||
if(firstland == laMercuryRiver) firstland = laTerracotta;
|
||||
if(firstland == laMountain && !tactic::on) firstland = laJungle;
|
||||
if(firstland == laPrincessQuest) firstland = laPalace;
|
||||
|
Loading…
Reference in New Issue
Block a user