mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed todo flag
This commit is contained in:
parent
280943cb4d
commit
beb1c7036c
@ -33,7 +33,7 @@ _target setVariable [QEGVAR(medical,tourniquets), _tourniquets, true];
|
||||
// Adding the tourniquet item to the caller
|
||||
[_caller, "ACE_tourniquet", true] call CBA_fnc_addItem;
|
||||
|
||||
//Handle all injected medications now that blood is flowing: @todo
|
||||
//Handle all injected medications now that blood is flowing
|
||||
private _delayedMedications = _target getVariable [QEGVAR(medical,occludedMedications), []];
|
||||
private _updatedArray = false;
|
||||
TRACE_2("meds",_partIndex,_delayedMedications);
|
||||
|
Loading…
Reference in New Issue
Block a user