diff --git a/game/modules/tome/data/maps/zones/ruined-dungeon.lua b/game/modules/tome/data/maps/zones/ruined-dungeon.lua index 1c1e92451e5b00bab69d339ff4f7ba3a19b63dd0..0151cbea23da3ae5aefc85bc5eec469572a9ff7a 100644 --- a/game/modules/tome/data/maps/zones/ruined-dungeon.lua +++ b/game/modules/tome/data/maps/zones/ruined-dungeon.lua @@ -35,7 +35,7 @@ defineTile(".", "OLD_FLOOR") defineTile("1", "LORE1") defineTile("!", "GENERIC_LEVER_DOOR") defineTile("2", "LORE2") -defineTile(" ", "OLD_FLOOR", nil, {random_filter={random_elite={name_scheme="#rng# the Guardian", on_die=function(self) +defineTile(" ", "OLD_FLOOR", nil, {random_filter={not_properties = {"unique"}, random_elite={name_scheme="#rng# the Guardian", on_die=function(self) local spot = game.level:pickSpotRemove{type="portal", subtype="portal"} if spot then game.level.map(spot.x, spot.y, engine.Map.TERRAIN).orb_allowed = true