mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +00:00
Red Rock also does not work if no good pseudohept pattern
This commit is contained in:
parent
ecd8d288ad
commit
1ffd15e7cc
@ -1254,7 +1254,7 @@ land_validity_t& land_validity(eLand l) {
|
||||
return unbounded_only;
|
||||
|
||||
// Graveyard pattern does not work on non-bitrunc weird geometries
|
||||
if(among(l, laGraveyard, laRuins) && !randomPatternsMode) switch(geosupport_graveyard()) {
|
||||
if((l == laGraveyard && !randomPatternsMode) || l == laRuins || l == laRedRock) switch(geosupport_graveyard()) {
|
||||
case 0:
|
||||
return dont_work;
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user