mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-01 14:11:56 +03:00
Update Melee bat damage
Vanilla commit: https://github.com/DayZMod/DayZ/commit/b3781670b48ae19fe0612a07e12b2861b42a0eff
This commit is contained in:
@@ -217,17 +217,17 @@ class CfgAmmo
|
|||||||
|
|
||||||
class Bat_Swing_Ammo : Melee
|
class Bat_Swing_Ammo : Melee
|
||||||
{
|
{
|
||||||
hit = 1;
|
hit = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
class BatBarbed_Swing_Ammo : Melee
|
class BatBarbed_Swing_Ammo : Melee
|
||||||
{
|
{
|
||||||
hit = 2;
|
hit = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
class BatNailed_Swing_Ammo : Melee
|
class BatNailed_Swing_Ammo : Melee
|
||||||
{
|
{
|
||||||
hit = 2;
|
hit = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user