From 188c591453d2b2c54dbaf4491d0105011a04d050 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 4 Aug 2018 22:36:21 +0200 Subject: [PATCH] fixed the Ocean Yendor Challenge --- system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index eae935dc..d63e6679 100644 --- a/system.cpp +++ b/system.cpp @@ -117,7 +117,7 @@ void initgame() { 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)) + if((isGravityLand(firstland) && !isCyclic(firstland)) || (firstland == laOcean && !safety && !yendor::on)) firstland = weirdhyperbolic ? laCrossroads4 : laCrossroads; cwt.c = currentmap->gamestart(); cwt.spin = 0; cwt.mirrored = false;