From fbb45134aee9011e96d67b665a7b853fa48805ff Mon Sep 17 00:00:00 2001 From: squeek Date: Mon, 27 Apr 2015 14:39:24 -0700 Subject: [PATCH] Add SG partial upgrade/downgrade soundscript definitions * Necessary for fortressforever/fortressforever#217 --- scripts/game_sounds_ff_buildable.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scripts/game_sounds_ff_buildable.txt b/scripts/game_sounds_ff_buildable.txt index e864b61..2139afd 100644 --- a/scripts/game_sounds_ff_buildable.txt +++ b/scripts/game_sounds_ff_buildable.txt @@ -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 //----------------