mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Added WIP Limited fuel in Refuel points.
Vanilla development commits:707a591765c453cdedd2Set to double vanilla default value since Epoch has a lot more large vehicles with 1000+ fuel capacity.
This commit is contained in:
@@ -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"; };
|
||||
|
||||
Reference in New Issue
Block a user