Removed todo flag

This commit is contained in:
ulteq 2016-12-08 11:55:38 +01:00
parent 280943cb4d
commit beb1c7036c

View File

@ -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);