From 6713c1cf700b7fba2bb98f5029d0c52dd0d04c83 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Thu, 20 Oct 2016 15:28:23 -0400 Subject: [PATCH] Lower nutrition values for push plane Vanilla commit: https://github.com/DayZMod/DayZ/commit/81297c8e26ff24bd7094d722a4edfdbf0efaceec Now using the same as refuel. It takes a lot of pushes to move the plane any significant distance (usually 10-20). --- SQF/dayz_code/actions/player_pushPlane.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;