Add jumpgun sound to weapons txt

This commit is contained in:
Mike Parker 2016-04-18 20:29:39 +01:00
parent da40eeff20
commit 68fbc4972c

View file

@ -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"
}
}