From 4d4343c16617789aa342152ab108ea89869ab19e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 15 Apr 2018 13:19:13 +0200 Subject: [PATCH] selecting PQ starts you in the Palace --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index 98593ea5..3fc37814 100644 --- a/system.cpp +++ b/system.cpp @@ -108,6 +108,7 @@ void initgame() { if(firstland == laHauntedWall) firstland = laGraveyard; if(firstland == laMercuryRiver) firstland = laTerracotta; if(firstland == laMountain && !tactic::on) firstland = laJungle; + if(firstland == laPrincessQuest) firstland = laPalace; if((isGravityLand(firstland) && !isCyclic(firstland)) || (firstland == laOcean && !safety)) firstland = weirdhyperbolic ? laCrossroads4 : laCrossroads;