Red Rock also does not work if no good pseudohept pattern

This commit is contained in:
Zeno Rogue 2018-05-15 23:42:37 +02:00
parent ecd8d288ad
commit 1ffd15e7cc
1 changed files with 1 additions and 1 deletions

View File

@ -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: