Fixes some runtimes in the floor cluwne event (#20558)

This commit is contained in:
GDN
2023-03-10 18:20:56 -06:00
committed by GitHub
parent fb0a27d553
commit e1aff33450
@@ -776,7 +776,8 @@ Note that amputating the affected organ does in fact remove the infection from t
// Grab all the internal giblets too.
for(var/obj/item/organ/internal/organ in internal_organs)
var/atom/movable/thing = organ.remove(victim)
thing.forceMove(src)
if(thing) // Nodrop organs exist
thing.forceMove(src)
release_restraints(victim)
victim.bodyparts -= src