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:
ebaydayz
2017-01-05 19:38:03 -05:00
parent d0257b3c7d
commit e074ef0d44
5 changed files with 13 additions and 15 deletions

View File

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