mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Add SG partial upgrade/downgrade soundscript definitions
* Necessary for fortressforever/fortressforever#217
This commit is contained in:
parent
7a630e0b96
commit
fbb45134ae
1 changed files with 14 additions and 0 deletions
|
@ -127,6 +127,20 @@
|
|||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" ")buildable/sentry/sg_cloaksonar.wav"
|
||||
}
|
||||
"Sentry.PartialUpgrade"
|
||||
{
|
||||
"channel" "CHAN_AUTO"
|
||||
"volume" "1.0"
|
||||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "buildable/sentry/sg_partialupgrade.wav"
|
||||
}
|
||||
"Sentry.PartialDowngrade"
|
||||
{
|
||||
"channel" "CHAN_AUTO"
|
||||
"volume" "1.0"
|
||||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "buildable/sentry/sg_partialdowngrade.wav"
|
||||
}
|
||||
//----------------
|
||||
//Respawn Turret
|
||||
//----------------
|
||||
|
|
Loading…
Reference in a new issue