diff --git a/system.cpp b/system.cpp index a62632ca..36f5e16b 100644 --- a/system.cpp +++ b/system.cpp @@ -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;