chainsaw colors fixes

This commit is contained in:
[VB]AWOL
2013-12-05 13:28:07 -06:00
parent e34fd79a20
commit 1b27e235f8
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
};