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).
This commit is contained in:
ebaydayz
2016-10-20 15:28:23 -04:00
parent 9689301b07
commit 6713c1cf70
+1 -1
View File
@@ -27,4 +27,4 @@ _object setVelocity [
[player,20,true,(getPosATL player)] call player_alertZombies; [player,20,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;