mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
/obj/effect/landmark/corpse/proc/createCorpse() //Creates a mob and checks for gear in each slot before attempting to equip it.
|
||||
set waitfor = FALSE
|
||||
var/mob/living/carbon/human/M = new /mob/living/carbon/human (src.loc)
|
||||
if(random_species)
|
||||
var/random_pick = pick(random_species_list)
|
||||
|
||||
@@ -4,10 +4,12 @@
|
||||
/obj/item/weapon/implanter/exile
|
||||
name = "implanter-exile"
|
||||
|
||||
/obj/item/weapon/implanter/exile/Initialize()
|
||||
/obj/item/weapon/implanter/exile/New()
|
||||
src.imp = new /obj/item/weapon/implant/exile( src )
|
||||
. = ..()
|
||||
..()
|
||||
update()
|
||||
return
|
||||
|
||||
|
||||
/obj/item/weapon/implant/exile
|
||||
name = "exile"
|
||||
@@ -27,9 +29,11 @@
|
||||
icon_state = "implantcase-r"
|
||||
|
||||
|
||||
/obj/item/weapon/implantcase/exile/Initialize()
|
||||
/obj/item/weapon/implantcase/exile/New()
|
||||
src.imp = new /obj/item/weapon/implant/exile( src )
|
||||
. = ..()
|
||||
..()
|
||||
return
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/exile
|
||||
name = "Exile Implants"
|
||||
|
||||
Reference in New Issue
Block a user