From 01a5bbe6878fa89417420ffb9c51941e7cfc8f43 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 14 Oct 2016 16:18:52 -0400 Subject: [PATCH] Update Melee bat damage Vanilla commit: https://github.com/DayZMod/DayZ/commit/b3781670b48ae19fe0612a07e12b2861b42a0eff --- SQF/dayz_code/Configs/cfgAmmo.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; };