mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9156a08bf0
commit
55d696e503
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user