From 14b68f0b64c7a5abdffe83178708fe21f6d96c17 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 27 Mar 2024 17:22:29 +0100 Subject: [PATCH] ineligible starting land also if land is not in game --- system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 77746e61..da09ee67 100644 --- a/system.cpp +++ b/system.cpp @@ -187,7 +187,7 @@ EX void initgame() { if(!safety) { firstland = specialland; - ineligible_starting_land = !landUnlocked(specialland); + ineligible_starting_land = !landUnlockedIngame(specialland); } if(firstland == laNone || firstland == laBarrier)