Lazily implement nutrition configuration

also tweak the working values for chopping wood
This commit is contained in:
icomrade
2017-01-01 20:24:48 -05:00
parent 5cb485ccfb
commit 62b7c2194b
4 changed files with 7 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ if (_ammo isKindOf "Hatchet_Swing_Ammo" || _ammo isKindOf "Chainsaw_Swing_Ammo")
_distance = 60;
[player,_distance,false,getPosATL player] spawn player_alertZombies;
// Working-Factor for chopping wood.
["Working",0,[100,15,10,0]] call dayz_NutritionSystem;
["Working",0,[20,15,10,0]] call dayz_NutritionSystem;
};
DZE_TEMP_treedmg = _damage;
};