mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 15:17:37 +00:00
ineligible starting land also if land is not in game
This commit is contained in:
@@ -187,7 +187,7 @@ EX void initgame() {
|
|||||||
|
|
||||||
if(!safety) {
|
if(!safety) {
|
||||||
firstland = specialland;
|
firstland = specialland;
|
||||||
ineligible_starting_land = !landUnlocked(specialland);
|
ineligible_starting_land = !landUnlockedIngame(specialland);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(firstland == laNone || firstland == laBarrier)
|
if(firstland == laNone || firstland == laBarrier)
|
||||||
|
Reference in New Issue
Block a user