mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
Teleporting to Haunted Woods no longer puts you infinitely deep
This commit is contained in:
parent
2ef9268c01
commit
e1461f85ab
@ -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