mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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) {
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user