mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Remove medForceUpdate
This commit is contained in:
@@ -147,7 +147,6 @@ if (_unit == player) then {
|
||||
localize "str_player_tranquilized" call dayz_rollingMessages;
|
||||
[_unit,0.01] call fnc_usec_damageUnconscious;
|
||||
_unit setVariable ["NORRN_unconscious", true, true];
|
||||
player setVariable["medForceUpdate",true,true];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -162,7 +161,6 @@ if (_unit == player) then {
|
||||
localize "str_actions_medical_knocked_out" call dayz_rollingMessages;
|
||||
[_unit,0.01] call fnc_usec_damageUnconscious;
|
||||
_unit setVariable ["NORRN_unconscious", true, true];
|
||||
player setVariable["medForceUpdate",true,true];
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -224,9 +222,6 @@ if (_damage > 0.1) then {
|
||||
//player sidechat format["Processed bullet hit for %1 (should only be for me!)",_unit];
|
||||
1 call fnc_usec_bulletHit;
|
||||
};
|
||||
if (local _unit) then {
|
||||
_unit setVariable["medForceUpdate",true,true];
|
||||
};
|
||||
};
|
||||
|
||||
//Pure base blood damage
|
||||
|
||||
Reference in New Issue
Block a user