diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 81b78605..76db7109 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -58,15 +58,16 @@ id = "lava-base" description = "A secret base researching illegal bioweapons, it is closely guarded by an elite team of syndicate agents." suffix = "lavaland_surface_syndicate_base1.dmm" - cost = 20 + cost = 15 allow_duplicates = FALSE + placement_weight = 5 /datum/map_template/ruin/lavaland/free_golem name = "Free Golem Ship" id = "golem-ship" description = "Lumbering humanoids, made out of precious metals, move inside this ship. They frequently leave to mine more minerals, which they somehow turn into more of them. \ Seem very intent on research and individual liberty, and also geology based naming?" - cost = 20 + cost = 15 suffix = "lavaland_surface_golem_ship.dmm" allow_duplicates = FALSE @@ -230,4 +231,4 @@ description = "A little paradise in the middle of hell." suffix = "lavaland_surface_oasis.dmm" allow_duplicates = FALSE - cost = 0 \ No newline at end of file + cost = 0 diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index b89e9453..0dba9e20 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -243,6 +243,7 @@ name = "Ancient Space Station" description = "The crew of a space station awaken one hundred years after a crisis. Awaking to a derelict space station on the verge of collapse, and a hostile force of invading \ hivebots. Can the surviving crew overcome the odds and survive and rebuild, or will the cold embrace of the stars become their new home?" + placement_weight = 5 /datum/map_template/ruin/space/miracle id = "miracle" @@ -316,4 +317,4 @@ id = "advancedlab" suffix = "advancedlab.dmm" name = "Abductor Replication Lab" - description = "Some scientists tried and almost succeeded to recreate abductor tools. Somewhat slower and a bit less modern than their originals, these tools are the best you can get if you aren't an alien." \ No newline at end of file + description = "Some scientists tried and almost succeeded to recreate abductor tools. Somewhat slower and a bit less modern than their originals, these tools are the best you can get if you aren't an alien."