mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Make jumpgun not use any ammo type
- Fixes fortressforever/fortressforever#300
This commit is contained in:
parent
72af6cd558
commit
c2feccda2d
1 changed files with 2 additions and 7 deletions
|
@ -24,10 +24,10 @@ WeaponData
|
|||
|
||||
"clip_size" "-1"
|
||||
"clip2_size" "-1"
|
||||
"default_clip" "50"
|
||||
"default_clip" "-1"
|
||||
"default_clip2" "-1"
|
||||
|
||||
"primary_ammo" "AMMO_NAILS"
|
||||
"primary_ammo" "None"
|
||||
"secondary_ammo" "None"
|
||||
|
||||
"ffencrypted" "1" // required for the script to load
|
||||
|
@ -65,11 +65,6 @@ WeaponData
|
|||
"font" "WeaponIconsSelected"
|
||||
"character" "t"
|
||||
}
|
||||
"ammo"
|
||||
{
|
||||
"font" "WeaponIconsSmall"
|
||||
"character" "7"
|
||||
}
|
||||
"crosshair"
|
||||
{
|
||||
"file" "sprites/crosshairs"
|
||||
|
|
Loading…
Reference in a new issue