mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
land validity: hedgehogs known to be bad on Archimedean >3
This commit is contained in:
parent
bb93bf9150
commit
ca0ef65eb6
@ -1319,7 +1319,7 @@ land_validity_t& land_validity(eLand l) {
|
||||
else if(quotient) return pattern_incompatibility;
|
||||
}
|
||||
|
||||
if(among(l, laEmerald, laCamelot, laDryForest) && a4 && nonbitrunc)
|
||||
if(among(l, laEmerald, laCamelot, laDryForest) && (AS3 != 3) && nonbitrunc)
|
||||
return hedgehogs;
|
||||
|
||||
// ... wineyard pattern is GOOD only in the standard geometry or Euclidean
|
||||
|
Loading…
Reference in New Issue
Block a user