mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
spacewhale LZs (#16164)
This commit is contained in:
@@ -20,13 +20,21 @@
|
||||
|
||||
|
||||
/obj/effect/shuttle_landmark/premade/om_adventure/grasscave/center
|
||||
name = "Anomaly - Center"
|
||||
name = "Anomaly - Center Alpha"
|
||||
landmark_tag = "om-grasscave-center"
|
||||
|
||||
/obj/effect/shuttle_landmark/premade/om_adventure/grasscave/center_alt
|
||||
name = "Anomaly - Center Beta"
|
||||
landmark_tag = "om-grasscave-center2"
|
||||
|
||||
/obj/effect/shuttle_landmark/premade/om_adventure/grasscave/southeast
|
||||
name = "Anomaly - Southeast"
|
||||
name = "Anomaly - Southeast Alpha"
|
||||
landmark_tag = "om-grasscave-southeast"
|
||||
|
||||
/obj/effect/shuttle_landmark/premade/om_adventure/grasscave/southeast_alt
|
||||
name = "Anomaly - Southeast Beta"
|
||||
landmark_tag = "om-grasscave-southeast2"
|
||||
|
||||
|
||||
/area/om_adventure/grasscave
|
||||
name = "Grass Cave"
|
||||
@@ -46,7 +54,7 @@
|
||||
/area/om_adventure/grasscave/rocks
|
||||
|
||||
/obj/effect/overmap/visitable/simplemob/spacewhale/grasscave
|
||||
initial_generic_waypoints = list("om-grasscave-center", "om-grasscave-southeast")
|
||||
initial_generic_waypoints = list("om-grasscave-center", "om-grasscave-center2", "om-grasscave-southeast", "om-grasscave-southeast2")
|
||||
|
||||
/turf/simulated/mineral/omadventure/make_ore(var/rare_ore)
|
||||
if(mineral)
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
"c" = (
|
||||
/turf/simulated/floor/outdoors/grass/forest,
|
||||
/area/om_adventure/grasscave/unexplored)
|
||||
"e" = (
|
||||
/obj/effect/shuttle_landmark/premade/om_adventure/grasscave/center_alt,
|
||||
/turf/simulated/floor/outdoors/grass/forest,
|
||||
/area/om_adventure/grasscave/explored)
|
||||
"n" = (
|
||||
/obj/effect/shuttle_landmark/premade/om_adventure/grasscave/southeast,
|
||||
/turf/simulated/floor/outdoors/grass/forest,
|
||||
@@ -26,6 +30,10 @@
|
||||
"C" = (
|
||||
/turf/unsimulated/wall/dark,
|
||||
/area/om_adventure/grasscave)
|
||||
"I" = (
|
||||
/obj/effect/shuttle_landmark/premade/om_adventure/grasscave/southeast_alt,
|
||||
/turf/simulated/floor/outdoors/grass/forest,
|
||||
/area/om_adventure/grasscave)
|
||||
"N" = (
|
||||
/turf/simulated/floor/outdoors/grass/forest,
|
||||
/area/om_adventure/grasscave)
|
||||
@@ -9907,7 +9915,7 @@ u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
e
|
||||
u
|
||||
u
|
||||
u
|
||||
@@ -12793,7 +12801,7 @@ N
|
||||
N
|
||||
N
|
||||
N
|
||||
N
|
||||
I
|
||||
N
|
||||
N
|
||||
N
|
||||
|
||||
Reference in New Issue
Block a user