From 68fbc4972cd1c065883fe40e7992ee869f66671f Mon Sep 17 00:00:00 2001 From: Mike Parker Date: Mon, 18 Apr 2016 20:29:39 +0100 Subject: [PATCH] Add jumpgun sound to weapons txt --- scripts/game_sounds_ff_weapons.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/scripts/game_sounds_ff_weapons.txt b/scripts/game_sounds_ff_weapons.txt index b31e2c6..1f9a96c 100644 --- a/scripts/game_sounds_ff_weapons.txt +++ b/scripts/game_sounds_ff_weapons.txt @@ -430,6 +430,17 @@ "wave" "weapons/pipelauncher/pipe_bounce1.wav" } //---------------- +// Jump gun +//---------------- + "jumpgun.single_shot" + { + "channel" "CHAN_WEAPON" + "volume" "1.0" + "CompatibilityAttenuation" "1.0" + "pitch" "95,105" + "wave" "weapons/jumpgun/jumpgun-fire.wav" + } +//---------------- //Railgun, poor thing, you kicked arse in Quake 3 //---------------- "railgun.single_shot" @@ -804,4 +815,4 @@ "CompatibilityAttenuation" "1.0" "pitch" "95,105" "wave" "weapons/umbrella/umbrella_miss.wav" - } \ No newline at end of file + }