1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

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

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: