From 5b7310becab8bcbfb22da1937a76841cb7f8eb62 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sat, 25 Feb 2023 00:07:08 -0800 Subject: [PATCH] Merge pull request #8984 from Sypsoti/poi_removal Removes BluSD and DJOutpost4 from spawning --- maps/submaps/surface_submaps/mountains/mountains.dm | 2 +- maps/submaps/surface_submaps/wilderness/wilderness.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/submaps/surface_submaps/mountains/mountains.dm b/maps/submaps/surface_submaps/mountains/mountains.dm index 2fffd44a723..dfa0ca65acc 100644 --- a/maps/submaps/surface_submaps/mountains/mountains.dm +++ b/maps/submaps/surface_submaps/mountains/mountains.dm @@ -362,7 +362,7 @@ name = "spatial anomaly" desc = "A strange section of the caves that seems twist and turn in ways that shouldn't be physically possible." mappath = 'maps/submaps/surface_submaps/mountains/spatial_anomaly.dmm' - cost = 20 + cost = INFINITY /// Prevent spawning. fixed_orientation = TRUE /datum/map_template/surface/mountains/normal/Speakeasy //VOREStation add diff --git a/maps/submaps/surface_submaps/wilderness/wilderness.dm b/maps/submaps/surface_submaps/wilderness/wilderness.dm index 37b5830aded..5b0253f2d38 100644 --- a/maps/submaps/surface_submaps/wilderness/wilderness.dm +++ b/maps/submaps/surface_submaps/wilderness/wilderness.dm @@ -178,7 +178,7 @@ desc = "The surprisingly high-tech home of Sif Free Radio, the only radio station run by mindless clones." mappath = 'maps/submaps/surface_submaps/wilderness/DJOutpost4.dmm' template_group = "Sif Free Radio" - cost = 10 + cost = INFINITY /// Prevent spawning. /datum/map_template/surface/wilderness/deep/Boombase name = "Boombase" @@ -197,7 +197,7 @@ name = "Blue Shuttle Down" desc = "You REALLY shouldn't be near this. Mostly because they're Police." mappath = 'maps/submaps/surface_submaps/wilderness/Blueshuttledown.dmm' - cost = 50 + cost = INFINITY /// Prevent spawning. template_group = "Shuttle Down" /datum/map_template/surface/wilderness/deep/Rockybase