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 + }