Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"

This commit is contained in:
Novacat
2022-08-27 08:49:56 -04:00
committed by GitHub
parent 0be7af4774
commit 1aa4c73e8d
599 changed files with 3329 additions and 4983 deletions
@@ -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)