Fix stringtable typo

This commit is contained in:
ebayShopper
2017-06-11 17:52:59 -04:00
parent e0d271671a
commit 75ba14a68d
3 changed files with 5 additions and 17 deletions

View File

@@ -34,16 +34,14 @@ if (!isNull _tree) then {
//play action
_finished = ["Medic",1] call fn_loopAction;
// Working-Factor for chopping wood.
["Working",0,[50,10,5,0]] call dayz_NutritionSystem;
if(!_finished) exitWith {
_isOk = false;
_proceed = false;
};
if(_finished) then {
if (_finished) then {
["Working",0,[50,10,5,0]] call dayz_NutritionSystem;
_breaking = false;
if (dayz_toolBreaking && {[0.09] call fn_chance}) then {
_breaking = true;