Added WIP Limited fuel in Refuel points.

Vanilla development commits:

707a591765

c453cdedd2

Set to double vanilla default value since Epoch has a lot more large
vehicles with 1000+ fuel capacity.
This commit is contained in:
ebaydayz
2016-08-11 18:08:21 -04:00
parent f985c50382
commit 9aab4ddd03
28 changed files with 90 additions and 14 deletions

View File

@@ -418,6 +418,9 @@ if(isNil "dayz_POIs") then {
if(isNil "dayz_ForcefullmoonNights") then {
dayz_ForcefullmoonNights = false; // Forces night time to be full moon.
};
if(isNil "dayz_randomMaxFuelAmount") then {
dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations.
};
//Replace server individual settings with ranked settings
if(isNil "dayz_presets") then { dayz_presets = "Vanilla"; };