fixes a cloner runtime (#24868)

This commit is contained in:
GDN
2024-03-29 14:47:20 +00:00
committed by GitHub
parent f779546e5c
commit 5a0900d481
+1 -1
View File
@@ -385,7 +385,7 @@
return FALSE
clone.forceMove(loc)
new /obj/effect/gibspawner/generic(get_turf(src), clone)
new /obj/effect/gibspawner/generic(get_turf(src), clone.dna)
playsound(loc, 'sound/effects/splat.ogg', 50, TRUE)
var/datum/mind/patient_mind = locateUID(patient_data.mindUID)