diff --git a/SQF/dayz_code/actions/player_pushPlane.sqf b/SQF/dayz_code/actions/player_pushPlane.sqf index 458c1fa82..5316e2411 100644 --- a/SQF/dayz_code/actions/player_pushPlane.sqf +++ b/SQF/dayz_code/actions/player_pushPlane.sqf @@ -27,4 +27,4 @@ _object setVelocity [ [player,20,true,(getPosATL player)] call player_alertZombies; // Added Nutrition-Factor for work -["Working",0,[20,40,15,0]] call dayz_NutritionSystem; +["Working",0,[0,1,3,0]] call dayz_NutritionSystem;