mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
fixes a cloner runtime (#24868)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user