mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
@@ -413,7 +413,7 @@
|
|||||||
if(istype(W,/obj/item/weapon/implant/health))
|
if(istype(W,/obj/item/weapon/implant/health))
|
||||||
for(var/obj/machinery/computer/cloning/com in world)
|
for(var/obj/machinery/computer/cloning/com in world)
|
||||||
for(var/datum/dna2/record/R in com.records)
|
for(var/datum/dna2/record/R in com.records)
|
||||||
if(R.implant == W)
|
if(locate(R.implant) == W)
|
||||||
qdel(R)
|
qdel(R)
|
||||||
qdel(W)
|
qdel(W)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user