mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
pattern incompatibility marked for Storms
This commit is contained in:
parent
1ffd15e7cc
commit
72abed3186
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user