1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 15:36:59 +00:00

Ruined City now needs the Graveyard pattern

This commit is contained in:
Zeno Rogue 2018-05-15 23:28:10 +02:00
parent e6678806f9
commit 002c41058e

View File

@ -1252,7 +1252,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) switch(geosupport_graveyard()) {
if(among(l, laGraveyard, laRuins) && !randomPatternsMode) switch(geosupport_graveyard()) {
case 0:
return dont_work;
case 1: