Skip to content

Commit fbb4513

Browse files
committed
Add SG partial upgrade/downgrade soundscript definitions
* Necessary for fortressforever/fortressforever#217
1 parent 7a630e0 commit fbb4513

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scripts/game_sounds_ff_buildable.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@
127127
"CompatibilityAttenuation" "1.0"
128128
"wave" ")buildable/sentry/sg_cloaksonar.wav"
129129
}
130+
"Sentry.PartialUpgrade"
131+
{
132+
"channel" "CHAN_AUTO"
133+
"volume" "1.0"
134+
"CompatibilityAttenuation" "1.0"
135+
"wave" "buildable/sentry/sg_partialupgrade.wav"
136+
}
137+
"Sentry.PartialDowngrade"
138+
{
139+
"channel" "CHAN_AUTO"
140+
"volume" "1.0"
141+
"CompatibilityAttenuation" "1.0"
142+
"wave" "buildable/sentry/sg_partialdowngrade.wav"
143+
}
130144
//----------------
131145
//Respawn Turret
132146
//----------------

0 commit comments

Comments
 (0)