mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
Zebra valid in Zebra quotient
This commit is contained in:
parent
22c88d0960
commit
2dc31594c5
@ -1011,7 +1011,7 @@ land_validity_t& land_validity(eLand l) {
|
||||
if(l == laZebra && quotient && geometry != gZebraQuotient && !randomPatternsMode)
|
||||
return pattern_incompatibility;
|
||||
|
||||
if(l == laZebra && !(stdeuc || (a4 && !BITRUNCATED) || a46) && !randomPatternsMode)
|
||||
if(l == laZebra && !(stdeuc || (a4 && !BITRUNCATED) || a46 || (geometry == gZebraQuotient && old_daily_id > 106)) && !randomPatternsMode)
|
||||
return pattern_not_implemented_weird;
|
||||
|
||||
if(l == laCrossroads3 && euclid)
|
||||
|
Loading…
Reference in New Issue
Block a user