diff --git a/code/datums/components/pellet_cloud.dm b/code/datums/components/pellet_cloud.dm index f39f6d90062..c817252ef69 100644 --- a/code/datums/components/pellet_cloud.dm +++ b/code/datums/components/pellet_cloud.dm @@ -285,5 +285,5 @@ /datum/component/pellet_cloud/proc/on_target_qdel(atom/target) UnregisterSignal(target, COMSIG_PARENT_QDELETING) targets_hit -= target - bodies -= target + LAZYREMOVE(bodies, target) LAZYREMOVE(purple_hearts, target)