mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Merge pull request #4802 from VOREStation/upstream-merge-5970
[MIRROR] Moves crashed medical shuttle PoI to deep caves
This commit is contained in:
@@ -125,12 +125,6 @@
|
||||
mappath = 'maps/submaps/surface_submaps/mountains/temple.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/crashedmedshuttle
|
||||
name = "Crashed Med Shuttle"
|
||||
desc = "A medical response shuttle that went missing some time ago. So this is where they went."
|
||||
mappath = 'maps/submaps/surface_submaps/mountains/CrashedMedShuttle1.dmm'
|
||||
cost = 20
|
||||
|
||||
/datum/map_template/surface/mountains/normal/digsite
|
||||
name = "Dig Site"
|
||||
desc = "A small abandoned dig site."
|
||||
@@ -279,4 +273,11 @@
|
||||
desc = "A long stretch of lava underground, almost river-like, with a small crystal research outpost on the side."
|
||||
mappath = 'maps/submaps/surface_submaps/mountains/lava_trench.dmm'
|
||||
cost = 20
|
||||
fixed_orientation = TRUE
|
||||
fixed_orientation = TRUE
|
||||
|
||||
/datum/map_template/surface/mountains/deep/crashedmedshuttle
|
||||
name = "Crashed Med Shuttle"
|
||||
desc = "A medical response shuttle that went missing some time ago. So this is where they went."
|
||||
mappath = 'maps/submaps/surface_submaps/mountains/CrashedMedShuttle1.dmm'
|
||||
cost = 20
|
||||
fixed_orientation = TRUE
|
||||
|
||||
Reference in New Issue
Block a user