mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Add medic anim function with proper interrupt
Closes #1386 Vanilla commits applied: https://github.com/DayZMod/DayZ/commit/f99a3deced4f4314c4b9a26c1c822e5c5d7f90eb https://github.com/DayZMod/DayZ/commit/731b957e8e1c3f1bb08474fb397af6165e48a8df Removed two unused files and a few variables made redundant by actionInProgress
This commit is contained in:
@@ -19,6 +19,7 @@ if (!isDedicated) then {
|
||||
fn_dropItem = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_dropItem.sqf";
|
||||
fn_dynamicTool = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_dynamicTool.sqf";
|
||||
fn_exitSwim = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_exitSwim.sqf";
|
||||
fn_loopAction = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_loopAction.sqf";
|
||||
fn_nearWaterHole = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_nearWaterHole.sqf";
|
||||
player_zombieCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieCheck.sqf"; //Run on a players computer, checks if the player is near a zombie
|
||||
player_zombieAttack = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieAttack.sqf"; //Run on a players computer, causes a nearby zombie to attack them
|
||||
|
||||
@@ -165,7 +165,6 @@ dayz_resetSelfActions = {
|
||||
s_player_fire = -1;
|
||||
s_player_cook = -1;
|
||||
s_player_boil = -1;
|
||||
s_player_fireout = -1;
|
||||
s_player_packtent = -1;
|
||||
s_player_packtentinfected = -1;
|
||||
s_player_fillfuel = -1;
|
||||
@@ -307,7 +306,6 @@ r_antiB_done = false;
|
||||
r_antiD_done = false;
|
||||
carryClick = false;
|
||||
dayz_actionInProgress = false;
|
||||
dayz_workingInprogress = false;
|
||||
gear_done = false;
|
||||
|
||||
//player warming up vars
|
||||
@@ -650,8 +648,6 @@ if (!isDedicated) then {
|
||||
dayzState = -1;
|
||||
dayz_onBack = "";
|
||||
dayz_fishingInprogress = false;
|
||||
dayz_siphonFuelInProgress = false;
|
||||
dayz_salvageInProgress = false;
|
||||
lastSpawned = diag_tickTime;
|
||||
lastSepsis = 0;
|
||||
NORRN_dropAction = -1;
|
||||
|
||||
Reference in New Issue
Block a user