mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
hunger and thirst on melee swing
This commit is contained in:
@@ -18,6 +18,8 @@ dayz_combat = 1;
|
|||||||
if (_ammo isKindOf "Melee") exitWith {
|
if (_ammo isKindOf "Melee") exitWith {
|
||||||
_unit playActionNow "GestureSwing";
|
_unit playActionNow "GestureSwing";
|
||||||
|
|
||||||
|
[1,1] call dayz_HungerThirst;
|
||||||
|
|
||||||
// harvest wood check
|
// harvest wood check
|
||||||
_id = _this spawn player_harvest;
|
_id = _this spawn player_harvest;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user