Skip to content

Commit

Permalink
Update fnc_applyIV.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Sep 10, 2024
1 parent 06492d6 commit 52567c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pharma/functions/fnc_applyIV.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ switch (_usedItem) do {

[_patient, "activity", LSTRING(iv_log), [[_medic] call ACEFUNC(common,getName), "20g IV"]] call ACEFUNC(medical_treatment,addToLog);
[_patient, "20g IV"] call ACEFUNC(medical_treatment,addToTriageCard);};
case "kat_IO_FAST" {
case "kat_IO_FAST": {
_IVarray set [_partIndex, 1];
_patient setVariable [QGVAR(IV), _IVarray, true];

Expand Down

0 comments on commit 52567c6

Please sign in to comment.