mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
add 2 new vars and fix up variable names
DZE_HeartBeat DZE_UseBloodTypes
This commit is contained in:
@@ -586,7 +586,7 @@ dayz_zombieTargetList = [
|
||||
];
|
||||
PVDZE_plr_Hit = [];
|
||||
PVDZE_obj_Publish = []; //used for eventhandler to spawn a mirror of players tent
|
||||
PVDZE_plr_HideBody = objNull;
|
||||
PVCDZE_plr_HideBody = objNull;
|
||||
dayz_selectedVault = objNull;
|
||||
dayz_selectedDoor = objNull;
|
||||
|
||||
@@ -757,6 +757,12 @@ if(isNil "DZE_PlotPole") then {
|
||||
if(isNil "DZE_maintainRange") then {
|
||||
DZE_maintainRange = ((DZE_PlotPole select 0)+20);
|
||||
};
|
||||
if(isNil "DZE_HeartBeat") then {
|
||||
DZE_HeartBeat = false;
|
||||
};
|
||||
if(isNil "DZE_UseBloodTypes") then {
|
||||
DZE_UseBloodTypes = false;
|
||||
};
|
||||
|
||||
if(isNil "dayz_presets") then { dayz_presets = "Vanilla"; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user