mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-02-12 07:02:13 +00:00
Fix JumpPad.Explode soundscript definition not being based on Detpack.Explode
This commit is contained in:
parent
dff33ea0fd
commit
398be49814
1 changed files with 3 additions and 1 deletions
|
@ -299,8 +299,10 @@
|
||||||
}
|
}
|
||||||
"JumpPad.Explode"
|
"JumpPad.Explode"
|
||||||
{
|
{
|
||||||
"channel" "CHAN_STATIC"
|
"channel" "CHAN_WEAPON"
|
||||||
"volume" "1.0"
|
"volume" "1.0"
|
||||||
|
"soundlevel" "SNDLVL_180dB"
|
||||||
|
"pitch" "PITCH_NORM"
|
||||||
"CompatibilityAttenuation" "1.0"
|
"CompatibilityAttenuation" "1.0"
|
||||||
"wave" "buildable/jumppad/jumppad_explode.wav"
|
"wave" "buildable/jumppad/jumppad_explode.wav"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue