Skip to content

Commit

Permalink
Adds sound to Smoke Grenades (space-wizards#22866)
Browse files Browse the repository at this point in the history
* New smoke grenade sound

Very new to PR's and stuff, sorry

* Adds sound to smoke grenades and tear gas grenades on trigger

* Update attributions.yml

Deltanadas asked for it

* Update grenades.yml

* Change sound to an unlicenced sound

* Update attributions.yml
  • Loading branch information
Hmeister-fake authored and qwerltaz committed Dec 26, 2023
1 parent 9c4f323 commit 779216e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file added Resources/Audio/Effects/Smoke-grenade.ogg
Binary file not shown.
5 changes: 5 additions & 0 deletions Resources/Audio/Effects/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,8 @@
copyright: "vgstation at c5edbfd7179288080f081e2b8ac2496b7e4455db"
license: CC-BY-SA-3.0
source: https://github.com/vgstation-coders/vgstation13/tree/c5edbfd7179288080f081e2b8ac2496b7e4455db/sound/effects

- files: [Smoke-grenade.ogg]
copyright: 'Sound effects from https://quicksounds.com"'
license: CC0-1.0
source: https://quicksounds.com/library/sounds/grenade
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@
- type: SoundOnTrigger
sound: /Audio/Effects/smoke.ogg
- type: DeleteOnTrigger
primingSound:
path: /Audio/Effects/Smoke-grenade.ogg

- type: entity
parent: SmokeGrenade
Expand Down

0 comments on commit 779216e

Please sign in to comment.