mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 11:57:40 +00:00
disabled cyclic lands in penrose
This commit is contained in:
@@ -709,7 +709,7 @@ land_validity_t& land_validity(eLand l) {
|
|||||||
if(isCyclic(l)) return not_implemented;
|
if(isCyclic(l)) return not_implemented;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CAP_CRYSTAL
|
#if CAP_CRYSTAL
|
||||||
if(geometry == gCrystal) {
|
if(geometry == gCrystal) {
|
||||||
if(l == laCamelot) return interesting;
|
if(l == laCamelot) return interesting;
|
||||||
@@ -894,7 +894,7 @@ land_validity_t& land_validity(eLand l) {
|
|||||||
return special_chaos;
|
return special_chaos;
|
||||||
return not_in_chaos;
|
return not_in_chaos;
|
||||||
}
|
}
|
||||||
if(archimedean) return not_implemented;
|
if(archimedean || penrose) return not_implemented;
|
||||||
if(bounded) return unbounded_only;
|
if(bounded) return unbounded_only;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user