Skip to content

Commit

Permalink
tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Dec 15, 2024
1 parent 0560220 commit c8bdb0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addons/pharma/functions/fnc_handleIVComplications.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
};
[_idPFH] call CBA_fnc_removePerFrameHandler;
};
if (_IVComplicationTarget > 6) then {
_patient setVariable [QEGVAR(breathing,TRALI), true, true];
};
if (_flowDifference < 1) exitWith {
[_idPFH] call CBA_fnc_removePerFrameHandler;
};
if (_IVComplicationTarget > 6) then {
_patient setVariable [QEGVAR(breathing,TRALI), true, true];
};
if (_flowDifference < 1) exitWith {
[_idPFH] call CBA_fnc_removePerFrameHandler;
};
private _surface = (_patient getVariable [QEGVAR(breathing,lungSurfaceArea), 400]);
if (_surface < 100) then {
} else {
Expand Down

0 comments on commit c8bdb0c

Please sign in to comment.