Split smoke grenade sound into two parts (#26095)
* Split smoke grenade sound into two parts and converted to mono * Restore old sound for admin trigger effect
This commit is contained in:
@@ -102,3 +102,8 @@
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Taken from tgstation, modified by themias (github) for ss14"
|
||||
source: "https://github.com/tgstation/tgstation/tree/85a0925051bb00e7a950ee66cb7f87982cd22439/sound/effects/shovel_dig.ogg"
|
||||
|
||||
- files: ["smoke_grenade_prime.ogg", "smoke_grenade_smoke.ogg"]
|
||||
license: "CC0-1.0"
|
||||
copyright: "Bhijn and Myr (github username deathride58)"
|
||||
source: "https://github.com/space-wizards/space-station-14/pull/23476"
|
||||
|
||||
BIN
Resources/Audio/Items/smoke_grenade_prime.ogg
Normal file
BIN
Resources/Audio/Items/smoke_grenade_prime.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/smoke_grenade_smoke.ogg
Normal file
BIN
Resources/Audio/Items/smoke_grenade_smoke.ogg
Normal file
Binary file not shown.
@@ -358,11 +358,11 @@
|
||||
duration: 30
|
||||
spreadAmount: 50
|
||||
- type: SoundOnTrigger
|
||||
sound: /Audio/Effects/smoke.ogg
|
||||
sound: /Audio/Items/smoke_grenade_smoke.ogg
|
||||
- type: DeleteOnTrigger
|
||||
- type: TimerTriggerVisuals
|
||||
primingSound:
|
||||
path: /Audio/Effects/Smoke-grenade.ogg
|
||||
path: /Audio/Items/smoke_grenade_prime.ogg
|
||||
|
||||
- type: entity
|
||||
parent: SmokeGrenade
|
||||
|
||||
Reference in New Issue
Block a user