This commit is contained in:
[VB]AWOL
2013-12-05 08:07:21 -06:00
parent a64dcbc0f9
commit 6335d9918e

View File

@@ -17,8 +17,7 @@ dayz_combat = 1;
if (_ammo isKindOf "Melee") exitWith {
if(_weapon != "Chainsaw") then {
if(!(["Chainsaw",_weapon] call fnc_inString)) then {
_unit playActionNow "GestureSwing";
[1,1] call dayz_HungerThirst;
};