mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-06-02 01:21:04 +00:00
Fix the spanner special hit sound getting covered up by the clang sound
* This plays when you successfully repair some amount of health/ammo of a SG/disp, but the channel made it so the clang would stop it from being heard
This commit is contained in:
parent
261bd01762
commit
2832e1ba04
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@
|
||||||
}
|
}
|
||||||
"Spanner.specialhit"
|
"Spanner.specialhit"
|
||||||
{
|
{
|
||||||
"channel" "CHAN_ITEM"
|
"channel" "CHAN_AUTO"
|
||||||
"volume" "1.0"
|
"volume" "1.0"
|
||||||
"CompatibilityAttenuation" "1.0"
|
"CompatibilityAttenuation" "1.0"
|
||||||
"wave" "weapons/spanner/spanner_specialhit.wav"
|
"wave" "weapons/spanner/spanner_specialhit.wav"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue