mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert "Adding same ADV special case to BASIC handle damage." -Not Needed
This reverts commit bf267246bf
.
This commit is contained in:
parent
bf267246bf
commit
7f58d5a94d
@ -16,12 +16,6 @@ private ["_damageBodyParts", "_cache_params", "_cache_damages"];
|
||||
params ["_target"];
|
||||
TRACE_1("ACE_DEBUG: HandleDamage_BASIC Called",_target);
|
||||
|
||||
// bug, apparently can fire for remote units in special cases
|
||||
if !(local _unit) exitWith {
|
||||
TRACE_2("HandleDamage BASIC on remote unit!",_unit, isServer);
|
||||
nil
|
||||
};
|
||||
|
||||
_damageBodyParts = _target getvariable [QGVAR(bodyPartStatus), [0,0,0,0,0,0]];
|
||||
_cache_params = _target getVariable [QGVAR(cachedHandleDamageParams), []];
|
||||
_cache_damages = _target getVariable QGVAR(cachedDamages);
|
||||
|
Loading…
Reference in New Issue
Block a user