mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed debug message
This commit is contained in:
parent
c8a7b94777
commit
9c0288cd3f
@ -29,7 +29,6 @@ if ((_damageBodyParts select _part) > 0) then {
|
|||||||
_target setvariable [QGVAR(bodyPartStatus), _damageBodyParts, true];
|
_target setvariable [QGVAR(bodyPartStatus), _damageBodyParts, true];
|
||||||
TRACE_2("ACE_DEBUG: Treatment BASIC Bandage Broadcast value here",_unit, _target getvariable QGVAR(bodyPartStatus));
|
TRACE_2("ACE_DEBUG: Treatment BASIC Bandage Broadcast value here",_unit, _target getvariable QGVAR(bodyPartStatus));
|
||||||
};
|
};
|
||||||
systemChat format["BANDAGE LOCAL RAN: %1", _this];
|
|
||||||
|
|
||||||
EXPLODE_6_PVT(_damageBodyParts,_headDamage,_torsoDamage,_handsDamageR,_handsDamageL,_legsDamageR,_legsDamageL);
|
EXPLODE_6_PVT(_damageBodyParts,_headDamage,_torsoDamage,_handsDamageR,_handsDamageL,_legsDamageR,_legsDamageL);
|
||||||
_target setHitPointDamage ["hitHead", _headDamage min 0.95];
|
_target setHitPointDamage ["hitHead", _headDamage min 0.95];
|
||||||
|
Loading…
Reference in New Issue
Block a user