Updated Nutrition Values for refueling vehicles. (per can)

Vanilla development commit:

fac691a614
This commit is contained in:
ebaydayz
2016-08-11 16:01:16 -04:00
parent 7439b87779
commit f985c50382

View File

@@ -37,7 +37,7 @@ if (!_fueling) then {
[player,_dis,true,(getPosATL player)] call player_alertZombies; [player,_dis,true,(getPosATL player)] call player_alertZombies;
// Added Nutrition-Factor for work // Added Nutrition-Factor for work
["Working",0,[20,40,15,0]] call dayz_NutritionSystem; ["Working",0,[0,1,3,0]] call dayz_NutritionSystem;
r_doLoop = true; r_doLoop = true;
_started = false; _started = false;