mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #2312. Shamelessly lifted from Arokha of Vorestation.
This commit is contained in:
@@ -410,6 +410,13 @@
|
|||||||
preserve = 1
|
preserve = 1
|
||||||
break
|
break
|
||||||
|
|
||||||
|
if(istype(W,/obj/item/weapon/implant/health))
|
||||||
|
for(var/obj/machinery/computer/cloning/com in world)
|
||||||
|
for(var/datum/dna2/record/R in com.records)
|
||||||
|
if(R.implant == W)
|
||||||
|
qdel(R)
|
||||||
|
qdel(W)
|
||||||
|
|
||||||
if(!preserve)
|
if(!preserve)
|
||||||
qdel(W)
|
qdel(W)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user