Files
VOREStation/maps/groundbase/groundbase_things.dm
Drathek 196bbd28e9 Refactor hardcoded lateloaded map define zs (#17290)
* Refactor hardcoded lateloaded map define zs to use a GLOB list instead

* Refactor groundbase wilds loading

* new to init docking codes

* fix space whales excessive deleting

* update comment

* Forgot some aliases

* How is this now a missing turf
Remove duplicate turf
2025-03-09 14:06:25 -04:00

21 lines
548 B
Plaintext

/obj/effect/step_trigger/teleporter/to_mining/Initialize(mapload)
. = ..()
teleport_x = x
teleport_y = y ++
teleport_z = GLOB.map_templates_loaded[Z_NAME_GB_MINING]
/obj/effect/step_trigger/teleporter/from_mining/Initialize(mapload)
. = ..()
teleport_x = x
teleport_y = y --
teleport_z = Z_LEVEL_GB_BOTTOM
/turf/simulated/floor/maglev/New(loc, ...)
..()
shock_area = /area/centcom/terminal/tramfluff
// Shelter Capsule extra restrictions
/datum/map_template/shelter/New()
..()
banned_areas += list(/area/groundbase/level3/escapepad)