mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
removed Lost Mountain and Brownian Islands from the chaos mode
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user