[MIRROR] next new to init (#10524)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-24 14:10:59 -07:00
committed by GitHub
parent 9156a08bf0
commit 55d696e503
165 changed files with 672 additions and 729 deletions

View File

@@ -16,26 +16,26 @@
// -- Objs -- //
/obj/effect/step_trigger/teleporter/debrisfield_loop/north/New()
..()
/obj/effect/step_trigger/teleporter/debrisfield_loop/north/Initialize(mapload)
. = ..()
teleport_x = x
teleport_y = 2
teleport_z = z
/obj/effect/step_trigger/teleporter/debrisfield_loop/south/New()
..()
/obj/effect/step_trigger/teleporter/debrisfield_loop/south/Initialize(mapload)
. = ..()
teleport_x = x
teleport_y = world.maxy - 1
teleport_z = z
/obj/effect/step_trigger/teleporter/debrisfield_loop/west/New()
..()
/obj/effect/step_trigger/teleporter/debrisfield_loop/west/Initialize(mapload)
. = ..()
teleport_x = world.maxx - 1
teleport_y = y
teleport_z = z
/obj/effect/step_trigger/teleporter/debrisfield_loop/east/New()
..()
/obj/effect/step_trigger/teleporter/debrisfield_loop/east/Initialize(mapload)
. = ..()
teleport_x = 2
teleport_y = y
teleport_z = z