1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 18:59:59 +00:00

pattern incompatibility marked for Storms

This commit is contained in:
Zeno Rogue 2018-05-15 23:48:10 +02:00
parent 1ffd15e7cc
commit 72abed3186

View File

@ -1287,6 +1287,9 @@ land_validity_t& land_validity(eLand l) {
if(l == laTrollheim && quotient == 2)
return not_enough_space;
if(l == laStorms && hyperbolic_not37)
return pattern_incompatibility;
if(l == laTrollheim && !stdeuc && !bounded)
return some1;