[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 22:22:04 +01:00
committed by GitHub
co-authored by Kashargul
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions
+5 -4
View File
@@ -4,7 +4,8 @@
invisibility = 0
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
/obj/effect/step_trigger/teleporter/to_mining/Initialize()
/obj/effect/step_trigger/teleporter/to_mining/Initialize(mapload)
. = ..()
teleport_x = x
teleport_y = y ++
@@ -17,7 +18,7 @@
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
/obj/effect/step_trigger/teleporter/from_mining/Initialize()
/obj/effect/step_trigger/teleporter/from_mining/Initialize(mapload)
. = ..()
teleport_x = x
teleport_y = y --
@@ -80,7 +81,7 @@ VIRGO3B_TURF_CREATE(/turf/simulated/floor/outdoors/rocks)
var/area/shock_area = /area/centcom/terminal/tramfluff
/turf/simulated/floor/maglev/Initialize()
/turf/simulated/floor/maglev/Initialize(mapload)
. = ..()
shock_area = locate(shock_area)
@@ -111,4 +112,4 @@ VIRGO3B_TURF_CREATE(/turf/simulated/floor/outdoors/rocks)
/obj/effect/landmark/wildlife/forest
name = "roaming wildlife"
wildlife_type = 2
wildlife_type = 2