mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
formatting
This commit is contained in:
parent
51906e341d
commit
c69f71ba71
@ -16,9 +16,7 @@
|
||||
private ["_unit", "_bodyStatus", "_headDamage", "_torsoDamage", "_handsDamage", "_legsDamage"];
|
||||
_unit = _this select 0;
|
||||
|
||||
if (!local _unit) exitwith {
|
||||
// execute only local
|
||||
};
|
||||
if (!local _unit) exitwith {};
|
||||
|
||||
_bodyStatus = _unit getvariable [QGVAR(bodyPartStatus),[0,0,0,0,0,0]];
|
||||
// ["head", "body", "hand_l", "hand_r", "leg_l", "leg_r"]
|
||||
|
Loading…
Reference in New Issue
Block a user