Fix fnc_common_addToInventory using (#8013)

This commit is contained in:
Dystopian 2020-11-25 23:22:25 +04:00 committed by GitHub
parent 137af792d2
commit 9dc82ee187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ TRACE_1("clearConditionCaches: tourniquetRemove",_nearPlayers);
// Add tourniquet item to medic's inventory
// todo: should there be a setting to select who receives the removed tourniquet?
[_medic, "ACE_tourniquet", true] call EFUNC(common,addToInventory);
[_medic, "ACE_tourniquet"] call EFUNC(common,addToInventory);
// Handle occluded medications that were blocked due to tourniquet
private _occludedMedications = _patient getVariable [QEGVAR(medical,occludedMedications), []];