mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -413,7 +413,7 @@
|
||||
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)
|
||||
if(locate(R.implant) == W)
|
||||
qdel(R)
|
||||
qdel(W)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user