removed Lost Mountain and Brownian Islands from the chaos mode

This commit is contained in:
Zeno Rogue 2019-04-08 13:49:15 +02:00
parent 0f0b491939
commit 31164e12d6
1 changed files with 6 additions and 0 deletions

View File

@ -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;