From 7175e9e2c66ec462f8cd2ddf0fc735f132ef7b04 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sun, 5 Jul 2020 16:12:43 -0400 Subject: [PATCH] Fixes pellet cloud runtime --- code/datums/components/pellet_cloud.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/pellet_cloud.dm b/code/datums/components/pellet_cloud.dm index 2fc4fd929c6..84fe1f8e2e4 100644 --- a/code/datums/components/pellet_cloud.dm +++ b/code/datums/components/pellet_cloud.dm @@ -284,4 +284,4 @@ UnregisterSignal(target, COMSIG_PARENT_QDELETING) targets_hit -= target bodies -= target - purple_hearts -= target + LAZYREMOVE(purple_hearts, target)