diff --git a/SQF/dayz_code/Configs/cfgAmmo.hpp b/SQF/dayz_code/Configs/cfgAmmo.hpp index 8f3940261..4f5c262a9 100644 --- a/SQF/dayz_code/Configs/cfgAmmo.hpp +++ b/SQF/dayz_code/Configs/cfgAmmo.hpp @@ -217,17 +217,17 @@ class CfgAmmo class Bat_Swing_Ammo : Melee { - hit = 1; + hit = 2; }; class BatBarbed_Swing_Ammo : Melee { - hit = 2; + hit = 3; }; class BatNailed_Swing_Ammo : Melee { - hit = 2; + hit = 3; };