mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
implant merge (#19282)
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
implant_data = new implant_data
|
||||
|
||||
/obj/item/implant/Destroy()
|
||||
if(imp_in)
|
||||
removed(imp_in)
|
||||
QDEL_NULL(implant_data)
|
||||
return ..()
|
||||
|
||||
@@ -222,11 +224,6 @@
|
||||
|
||||
return TRUE
|
||||
|
||||
/obj/item/implant/Destroy()
|
||||
if(imp_in)
|
||||
removed(imp_in)
|
||||
return ..()
|
||||
|
||||
/obj/item/implant/dropped(mob/user)
|
||||
. = TRUE
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user