mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Merge pull request #20 from R00Ki3/Features/sniper-nails
Make sniper rifle use nails as ammo * Removes the shared ammo between the sniper rifle and auto rifle, because with the removal of the nailgun, the sniper would have no guns left if they run out of shells
This commit is contained in:
commit
6c72c87583
2 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ PlayerClassData
|
|||
AmmoData
|
||||
{
|
||||
"AMMO_SHELLS" "60"
|
||||
"AMMO_NAILS" "50"
|
||||
"AMMO_NAILS" "60"
|
||||
"AMMO_CELLS" "0"
|
||||
"AMMO_ROCKETS" "0"
|
||||
"AMMO_DETPACK" "0"
|
||||
|
@ -53,7 +53,7 @@ PlayerClassData
|
|||
MaxAmmoData
|
||||
{
|
||||
"AMMO_SHELLS" "75"
|
||||
"AMMO_NAILS" "100"
|
||||
"AMMO_NAILS" "75"
|
||||
"AMMO_CELLS" "30"
|
||||
"AMMO_ROCKETS" "25"
|
||||
"AMMO_DETPACK" "0"
|
||||
|
|
|
@ -27,7 +27,7 @@ WeaponData
|
|||
"default_clip" "60"
|
||||
"default_clip2" "-1"
|
||||
|
||||
"primary_ammo" "AMMO_SHELLS"
|
||||
"primary_ammo" "AMMO_NAILS"
|
||||
"secondary_ammo" "None"
|
||||
|
||||
"ffencrypted" "1" // required for the script to load
|
||||
|
|
Loading…
Reference in a new issue