mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
disabled cyclic lands in penrose
This commit is contained in:
parent
21a6e64e96
commit
f6c0bf0304
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user