mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 07:31:55 +03:00
Update humanity morphing
Vanilla commits: https://github.com/DayZMod/DayZ/commit/33d4165e64fde04bf43628069e2d006b45548b38 https://github.com/DayZMod/DayZ/commit/6674be6d5faabc37699142d93e20e08527dda0c3 https://github.com/DayZMod/DayZ/commit/f4d18a6fefd231cef88d39e5b91e4827e09a7a28
This commit is contained in:
@@ -652,7 +652,8 @@ player_medTransfuse = compile preprocessFileLineNumbers "\z\addons\dayz_code\med
|
||||
player_medMorphine = compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\publicEH\medMorphine.sqf";
|
||||
player_medPainkiller = compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\publicEH\medPainkiller.sqf";
|
||||
player_medAntiBiotics = compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\publicEH\medAntibiotics.sqf";
|
||||
player_humanityChange = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_humanityChange.sqf";
|
||||
player_humanityChange = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_humanityChange.sqf"; //New
|
||||
player_humanityCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_humanityCheck.sqf"; //Old
|
||||
player_projectileNear = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_projectileNear.sqf";
|
||||
player_bloodCalc = compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\bloodCalc.sqf";
|
||||
fn_selectRandomLocation = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_selectRandomLocation.sqf";
|
||||
|
||||
@@ -670,6 +670,7 @@ if (!isDedicated) then {
|
||||
dayz_hitByTime = 0;
|
||||
skipGearSound = false;
|
||||
TimeOutDisplayed = false;
|
||||
playerHumanityCHK = 0;
|
||||
voice_actions = ["voiceOverNet","PushToTalk","PushToTalkAll","PushToTalkCommand","PushToTalkDirect","PushToTalkGroup","PushToTalkSide","PushToTalkVehicle"];
|
||||
|
||||
// EPOCH ADDITIONS
|
||||
|
||||
Reference in New Issue
Block a user