mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Add jumpgun sound to weapons txt
This commit is contained in:
parent
da40eeff20
commit
68fbc4972c
1 changed files with 12 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue