ineligible starting land also if land is not in game

This commit is contained in:
Zeno Rogue 2024-03-27 17:22:29 +01:00
parent 960485ec8e
commit 14b68f0b64
1 changed files with 1 additions and 1 deletions

View File

@ -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)