mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
chainsaw colors fixes
This commit is contained in:
@@ -17,7 +17,7 @@ dayz_combat = 1;
|
||||
|
||||
if (_ammo isKindOf "Melee") exitWith {
|
||||
|
||||
if(!(["Chainsaw",_weapon] call fnc_inString)) then {
|
||||
if(!(_ammo isKindOf "Chainsaw_Swing_Ammo")) then {
|
||||
_unit playActionNow "GestureSwing";
|
||||
[1,1] call dayz_HungerThirst;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user