mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/obj/effect/step_trigger/teleporter/to_mining/Initialize()
|
||||
/obj/effect/step_trigger/teleporter/to_mining/Initialize(mapload)
|
||||
. = ..()
|
||||
teleport_x = x
|
||||
teleport_y = y ++
|
||||
teleport_z = Z_LEVEL_MINING
|
||||
|
||||
/obj/effect/step_trigger/teleporter/from_mining/Initialize()
|
||||
/obj/effect/step_trigger/teleporter/from_mining/Initialize(mapload)
|
||||
. = ..()
|
||||
teleport_x = x
|
||||
teleport_y = y --
|
||||
|
||||
Reference in New Issue
Block a user