mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Engine - Ignore Reflector Hitpoints (#9131)
This commit is contained in:
parent
4a3ad40c04
commit
4f0577ce5f
@ -13,6 +13,7 @@
|
||||
// Check if last hit point is our dummy.
|
||||
private _allHitPoints = getAllHitPointsDamage _unit param [0, []];
|
||||
reverse _allHitPoints;
|
||||
while {(_allHitPoints param [0, ""]) select [0,1] == "#"} do { WARNING_1("Ignoring Reflector hitpoint %1", _allHitPoints deleteAt 0); };
|
||||
|
||||
if (_allHitPoints param [0, ""] != "ACE_HDBracket") then {
|
||||
private _config = configOf _unit;
|
||||
|
Loading…
Reference in New Issue
Block a user