Skip to content

Commit b69ceae

Browse files
authored
Make jumpgun not use any ammo type
- Fixes fortressforever/fortressforever#300
1 parent 72af6cd commit b69ceae

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/ff_weapon_jumpgun.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WeaponData
2727
"default_clip" "50"
2828
"default_clip2" "-1"
2929

30-
"primary_ammo" "AMMO_NAILS"
30+
"primary_ammo" "None"
3131
"secondary_ammo" "None"
3232

3333
"ffencrypted" "1" // required for the script to load
@@ -65,11 +65,6 @@ WeaponData
6565
"font" "WeaponIconsSelected"
6666
"character" "t"
6767
}
68-
"ammo"
69-
{
70-
"font" "WeaponIconsSmall"
71-
"character" "7"
72-
}
7368
"crosshair"
7469
{
7570
"file" "sprites/crosshairs"

0 commit comments

Comments
 (0)