mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
arcm:: all patterns work
This commit is contained in:
@@ -1271,7 +1271,7 @@ land_validity_t& land_validity(eLand l) {
|
||||
return unbounded_only;
|
||||
|
||||
// Graveyard pattern does not work on non-bitrunc weird geometries
|
||||
if((l == laGraveyard && !randomPatternsMode) || l == laRuins || l == laRedRock) switch(geosupport_graveyard()) {
|
||||
if((l == laGraveyard && !randomPatternsMode) || l == laRuins || l == laRedRock) switch(geosupport_football()) {
|
||||
case 0:
|
||||
return dont_work;
|
||||
case 1:
|
||||
@@ -1280,7 +1280,7 @@ land_validity_t& land_validity(eLand l) {
|
||||
}
|
||||
|
||||
// Warped Coast does not work on non-bitrunc S3s (except standard heptagonal where we have to keep it)
|
||||
if(l == laWarpCoast && (S3==3) && geosupport_graveyard() != 2) {
|
||||
if(l == laWarpCoast && (S3==3) && geosupport_football() != 2) {
|
||||
return ugly_version;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user