mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Change self transfuse timeout to 2 min default
Also properly handle the infection chance
This commit is contained in:
@@ -515,7 +515,7 @@ if (isNil "DZE_BuildOnRoads") then {DZE_BuildOnRoads = false;};
|
||||
if (isNil "DZE_ConfigTrader") then {DZE_ConfigTrader = true;};
|
||||
if (isNil "DZE_MissionLootTable") then {DZE_MissionLootTable = false;};
|
||||
if (isNil "DZE_SelfTransfuse") then {DZE_SelfTransfuse = false;};
|
||||
if (isNil "DZE_selfTransfuse_Values") then {DZE_selfTransfuse_Values = [12000,15,300];};
|
||||
if (isNil "DZE_selfTransfuse_Values") then {DZE_selfTransfuse_Values = [12000,15,120];};
|
||||
if (isNil "DZE_PlotPole") then {DZE_PlotPole = [30,45];};
|
||||
DZE_checkNearbyRadius = DZE_PlotPole select 0;
|
||||
DZE_maintainRange = ((DZE_PlotPole select 0)+20);
|
||||
|
||||
Reference in New Issue
Block a user