mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Remove unused DamageRadius keys from PL/RPG weapon scripts
* Those values are defined in C++
This commit is contained in:
parent
baf73ee3a4
commit
90b3a9f15d
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ WeaponData
|
|||
"CycleDecrement" "1" // Number of bullets fired per cycle
|
||||
|
||||
"Damage" "108" // Damage per burst
|
||||
"DamageRadius" "150" // Radius of damage
|
||||
|
||||
"RecoilAmount" "1" // Amount of recoil
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ WeaponData
|
|||
"CycleDecrement" "1" // Number of bullets fired per cycle
|
||||
|
||||
"Damage" "102" // Damage per burst
|
||||
"DamageRadius" "125" // Radius of damage
|
||||
|
||||
"RecoilAmount" "1" // Amount of recoil
|
||||
|
||||
|
|
Loading…
Reference in a new issue