Skip to content

Commit

Permalink
Update code/datums/components/pellet_cloud.dm
Browse files Browse the repository at this point in the history
Co-authored-by: FalloutFalcon <[email protected]>
Signed-off-by: rye-rice <[email protected]>
  • Loading branch information
rye-rice and FalloutFalcon authored Sep 18, 2024
1 parent e72401d commit 8efcbbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/datums/components/pellet_cloud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 8efcbbd

Please sign in to comment.