Initialize fixing (#17279)

* Initialoize fixing

* diff fix

* add init grep test

* fixed missed ones

* .

* some more

* ,
This commit is contained in:
Kashargul
2025-03-08 13:59:29 -05:00
committed by GitHub
parent 76183beaa5
commit 46bea7cfa2
755 changed files with 1905 additions and 1904 deletions
+2 -2
View File
@@ -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 --