mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-30 03:50:34 +00:00
re-enabled Caribbean
This commit is contained in:
parent
8b6a745a8f
commit
011611d575
@ -963,7 +963,7 @@ EX land_validity_t& land_validity(eLand l) {
|
|||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(l == laCaribbean && !ls::single() && old_daily_id > 9999) return single_only;
|
if(euclid && l == laCaribbean && !ls::single() && old_daily_id > 9999) return single_only;
|
||||||
|
|
||||||
if(l == laPrincessQuest && ls::any_chaos())
|
if(l == laPrincessQuest && ls::any_chaos())
|
||||||
return not_in_chaos;
|
return not_in_chaos;
|
||||||
|
Loading…
Reference in New Issue
Block a user