mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +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))
|
if(l == laPrincessQuest && (!stdeuc || NONSTDVAR))
|
||||||
return not_implemented;
|
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
|
// works correctly only in some geometries
|
||||||
if(l == laClearing && chaosmode)
|
if(l == laClearing && chaosmode)
|
||||||
return not_in_chaos;
|
return not_in_chaos;
|
||||||
|
Loading…
Reference in New Issue
Block a user