mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
2e725a0727
commit
ce2446922e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user