mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +00:00
ineligible starting land also if land is not in game
This commit is contained in:
parent
960485ec8e
commit
14b68f0b64
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user