Skip to content

Commit

Permalink
Merge pull request #1124 from DinnerCalzone/tank-slots
Browse files Browse the repository at this point in the history
Add an impact sound to the grappling gun projectile
  • Loading branch information
Darkmajia authored Dec 26, 2024
2 parents 3621ebd + 527f00b commit 56f9b0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Audio/_Impstation/Effects/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
license: "CC-BY-SA-3.0"
copyright: "Foley by DinnerCalzone"
source: "https://github.com/impstation/imp-station-14/pull/1071"

- files: ["grapple_impact"]
license: "CC-BY-SA-3.0"
copyright: "Taken from /tg/station, modified by DinnerCalzone"
source: "https://github.com/tgstation/tgstation/blob/3df5d3b42bfb6b3b5adba1067ab41f83816255bb/sound/effects/picaxe1.ogg"
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,10 @@
components:
- type: EmbeddableProjectile
deleteOnRemove: true
sound:
path: /Audio/_Impstation/Effects/grapple_impact.ogg
params:
volume: 4
- type: Clickable
- type: InteractionOutline
- type: Sprite
Expand Down

0 comments on commit 56f9b0a

Please sign in to comment.