pattern incompatibility marked for Storms

This commit is contained in:
Zeno Rogue 2018-05-15 23:48:10 +02:00
parent 1ffd15e7cc
commit 72abed3186
1 changed files with 3 additions and 0 deletions

View File

@ -1286,6 +1286,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;