mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
removed Lost Mountain and Brownian Islands from the chaos mode
This commit is contained in:
parent
0f0b491939
commit
31164e12d6
@ -1202,6 +1202,12 @@ land_validity_t& land_validity(eLand l) {
|
||||
if(l == laPrincessQuest && (!stdeuc || NONSTDVAR))
|
||||
return not_implemented;
|
||||
|
||||
if(l == laMountain && chaosmode)
|
||||
return not_in_chaos;
|
||||
|
||||
if(l == laBrownian && chaosmode)
|
||||
return not_in_chaos;
|
||||
|
||||
// works correctly only in some geometries
|
||||
if(l == laClearing && chaosmode)
|
||||
return not_in_chaos;
|
||||
|
Loading…
Reference in New Issue
Block a user