mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
@@ -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