mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fix infectedWaterHoles init for non-cherno maps
This commit is contained in:
@@ -141,6 +141,7 @@ pickupInit = false;
|
|||||||
mouseOverCarry = false; //for carry slot since determining mouse pos doesn't work right
|
mouseOverCarry = false; //for carry slot since determining mouse pos doesn't work right
|
||||||
dayZ_partClasses = ["PartFueltank","PartWheel","PartEngine"]; //No need to add PartGeneric, it is default for everything
|
dayZ_partClasses = ["PartFueltank","PartWheel","PartEngine"]; //No need to add PartGeneric, it is default for everything
|
||||||
dayZ_explosiveParts = ["palivo","motor"];
|
dayZ_explosiveParts = ["palivo","motor"];
|
||||||
|
if (isNil "infectedWaterHoles") then {infectedWaterHoles = [];};
|
||||||
|
|
||||||
//Survival Variables
|
//Survival Variables
|
||||||
SleepFood = 2160; //minutes (48 hours)
|
SleepFood = 2160; //minutes (48 hours)
|
||||||
|
|||||||
Reference in New Issue
Block a user