hunger and thirst on melee swing

This commit is contained in:
[VB]AWOL
2013-11-25 18:29:49 -06:00
parent dee6e79538
commit f777294485

View File

@@ -18,6 +18,8 @@ dayz_combat = 1;
if (_ammo isKindOf "Melee") exitWith {
_unit playActionNow "GestureSwing";
[1,1] call dayz_HungerThirst;
// harvest wood check
_id = _this spawn player_harvest;
};