mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"
This commit is contained in:
@@ -50,5 +50,4 @@
|
||||
|
||||
/obj/structure/ghost_pod/ghost_activated/Initialize()
|
||||
. = ..()
|
||||
// LINTER FIX NOTE: as with poi_loader, would suggest queing this, or possibly having it occur on LateInitialize or something with a set waitfor = FALSE
|
||||
addtimer(CALLBACK(src, .proc/ghostpod_startup, spawn_active), 0)
|
||||
ghostpod_startup(spawn_active)
|
||||
@@ -38,7 +38,7 @@
|
||||
clothing_possibilities |= /obj/item/device/radio/headset
|
||||
|
||||
/obj/structure/ghost_pod/ghost_activated/human/create_occupant(var/mob/M)
|
||||
. = ..()
|
||||
..()
|
||||
var/turf/T = get_turf(src)
|
||||
var/mob/living/carbon/human/H = new(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user