mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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 {
|
||||
_unit playActionNow "GestureSwing";
|
||||
|
||||
[1,1] call dayz_HungerThirst;
|
||||
|
||||
// harvest wood check
|
||||
_id = _this spawn player_harvest;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user