solv:: crossed out Elemental Planes

This commit is contained in:
Zeno Rogue 2019-07-30 13:03:06 +02:00
parent 235fdef973
commit 5c221d72b3
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ land_validity_t& land_validity(eLand l) {
// not good in Field quotient
if(geometry == gZebraQuotient)
return special_geo3;
if(quotient)
if(quotient || sol)
return no_great_walls;
if(weirdhyperbolic)
return simplified_walls;