mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
removed old tree harvest action added new one
This commit is contained in:
@@ -90,6 +90,10 @@ fnc_usec_damageType = {
|
||||
if ((_ammo isKindof "B_127x107_Ball") or (_ammo isKindof "B_127x99_Ball")) then {
|
||||
_type = 2;
|
||||
};
|
||||
if (_ammo isKindof "Melee") then {
|
||||
_type = 3;
|
||||
};
|
||||
|
||||
_type;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user