mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed bandage optional parameter
This commit is contained in:
parent
7c296c413d
commit
914c5ffd0f
@ -23,7 +23,8 @@ _target = _this select 1;
|
||||
_selectionName = _this select 2;
|
||||
_className = _this select 3;
|
||||
_items = _this select 4;
|
||||
_specificSpot = if (count _this > 5) then {_this select 5} else {-1};
|
||||
|
||||
_specificSpot = if (count _this > 6) then {_this select 6} else {-1};
|
||||
|
||||
if !([_target] call FUNC(hasMedicalEnabled)) exitwith {
|
||||
_this call FUNC(treatmentBasic_bandage);
|
||||
|
Loading…
Reference in New Issue
Block a user