mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge pull request #8984 from Sypsoti/poi_removal
Removes BluSD and DJOutpost4 from spawning
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user