Update Melee bat damage

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/b3781670b48ae19fe0612a07e12b2861b42a0eff
This commit is contained in:
ebaydayz
2016-10-14 16:18:52 -04:00
parent 0da569acad
commit 01a5bbe687
+3 -3
View File
@@ -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;
};