From 41ed18a537a072079b7bf36ba6cd916d719cf565 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 12 Mar 2020 09:25:54 -0400 Subject: [PATCH] Changes up some lava land ruins spawns (#11422) * Update lavaland.dm * Update lavaland.dm --- code/datums/ruins/lavaland.dm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 02c12a34f4..06d62dfd96 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -168,7 +168,8 @@ id = "alien-nest" description = "Not even Necropolis is safe from alien infestation. The competition for hosts has locked the legion and aliens in an endless conflict that can only be resolved by a PKA." suffix = "lavaland_surface_alien_nest.dmm" - cost = 20 + cost = 10 + allow_duplicates = FALSE /datum/map_template/ruin/lavaland/fountain name = "Fountain Hall" @@ -176,6 +177,7 @@ description = "The fountain has a warning on the side. DANGER: May have undeclared side effects that only become obvious when implemented." suffix = "lavaland_surface_fountain_hall.dmm" cost = 5 + allow_duplicates = FALSE /datum/map_template/ruin/lavaland/survivalcapsule name = "Survival Capsule Ruins" @@ -198,7 +200,7 @@ description = "A place of vile worship, the scrawling of blood in the middle glowing eerily. A demonic laugh echoes throughout the caverns" suffix = "lavaland_surface_cultaltar.dmm" allow_duplicates = FALSE - cost = 10 + cost = 5 /datum/map_template/ruin/lavaland/hermit name = "Makeshift Shelter" @@ -244,6 +246,7 @@ description = "A strange tumor which houses a powerful beast..." suffix = "lavaland_surface_elite_tumor.dmm" cost = 5 + placement_weight = 3 always_place = TRUE allow_duplicates = TRUE @@ -255,4 +258,4 @@ suffix = "miningbase.dmm" cost = 0 always_place = TRUE - unpickable = TRUE \ No newline at end of file + unpickable = TRUE