Skip to content

Commit

Permalink
Merge branch 'gretchen's-bane' of https://github.com/rye-rice/Shiptest
Browse files Browse the repository at this point in the history
…into gretchen's-bane
  • Loading branch information
rye-rice committed Sep 18, 2024
2 parents 361b504 + 8efcbbd commit c491220
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 c491220

Please sign in to comment.