disabled cyclic lands in penrose

This commit is contained in:
Zeno Rogue 2019-07-28 12:05:42 +02:00
parent 21a6e64e96
commit f6c0bf0304
1 changed files with 2 additions and 2 deletions

View File

@ -709,7 +709,7 @@ land_validity_t& land_validity(eLand l) {
if(isCyclic(l)) return not_implemented;
}
#endif
#if CAP_CRYSTAL
if(geometry == gCrystal) {
if(l == laCamelot) return interesting;
@ -894,7 +894,7 @@ land_validity_t& land_validity(eLand l) {
return special_chaos;
return not_in_chaos;
}
if(archimedean) return not_implemented;
if(archimedean || penrose) return not_implemented;
if(bounded) return unbounded_only;
}