From 8efcbbdc510b62faa1434add62dd7c6473dfe309 Mon Sep 17 00:00:00 2001 From: rye-rice <58402542+rye-rice@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:56:46 -0700 Subject: [PATCH] Update code/datums/components/pellet_cloud.dm Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> Signed-off-by: rye-rice <58402542+rye-rice@users.noreply.github.com> --- code/datums/components/pellet_cloud.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/datums/components/pellet_cloud.dm b/code/datums/components/pellet_cloud.dm index d5e3f330fb62..27e257e4fb08 100644 --- a/code/datums/components/pellet_cloud.dm +++ b/code/datums/components/pellet_cloud.dm @@ -74,8 +74,6 @@ RegisterSignal(parent, COMSIG_GRENADE_PRIME, PROC_REF(create_blast_pellets)) else if(islandmine(parent)) RegisterSignal(parent, COMSIG_MINE_TRIGGERED, PROC_REF(create_blast_pellets)) - else if(issupplypod(parent)) - RegisterSignal(parent, COMSIG_SUPPLYPOD_LANDED, PROC_REF(create_blast_pellets)) else RegisterSignal(parent, COMSIG_SUPPLYPOD_LANDED, PROC_REF(create_blast_pellets))