1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

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

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)