mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
more new/init fixes
This commit is contained in:
@@ -19,9 +19,11 @@
|
||||
|
||||
/obj/structure/catwalk/Initialize()
|
||||
. = ..()
|
||||
for(var/obj/structure/catwalk/C in get_turf(src))
|
||||
//Delete ourselves if we find extra mapped in catwalks
|
||||
for(var/obj/structure/catwalk/C in loc)
|
||||
if(C != src)
|
||||
qdel(C)
|
||||
log_debug("Duplicate catwalks at [x],[y],[z]")
|
||||
return INITIALIZE_HINT_QDEL
|
||||
update_connections(1)
|
||||
update_icon()
|
||||
|
||||
|
||||
@@ -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