1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 09:50:34 +00:00

solv:: crossed out Elemental Planes

This commit is contained in:
Zeno Rogue 2019-07-30 13:03:06 +02:00
parent 235fdef973
commit 5c221d72b3

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;