Fixes another pellet cloud runtime (#52202)

This commit is contained in:
ShizCalev
2020-07-14 20:12:44 -04:00
committed by GitHub
parent 39815a5fee
commit ccbd01386e
+1 -1
View File
@@ -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)