mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 17:42:01 +03:00
Fix rapid starvation and dehydration from chainsaw and chop wood
Chainsaw is never used in player_chopWood.sqf. It is only called via right click on Hatchet which was removed anyway. The player already takes a nutrition hit on every swing of the hatchet, and it can take up to twelve swings to chop down one tree.
This commit is contained in:
@@ -23,5 +23,5 @@ _object setVelocity [
|
||||
// Alert Zombies
|
||||
[player,20,true,(getPosATL player)] call player_alertZombies;
|
||||
|
||||
// Added Nutrition-Factor for work
|
||||
["Working",0,[0,1,3,0]] call dayz_NutritionSystem;
|
||||
//Player can push in rapid succession resulting in quick dehydration or starvation
|
||||
//["Working",0,[0,1,3,0]] call dayz_NutritionSystem;
|
||||
Reference in New Issue
Block a user