Skip to content

Commit

Permalink
ETCO2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Jan 22, 2025
1 parent 71a65bb commit d81102f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/circulation/functions/fnc_AEDX_VitalsMonitor.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ if (_patient getVariable ["kat_AEDXPatient_PFH", -1] isEqualTo -1) then {
_pr = 0;
} else {
_spO2 = GET_KAT_SPO2(_patient);

_etco2 = GET_ETCO2(_patient);
_breathrate = GET_BREATHING_RATE(_patient);
};

private _etco2 = GET_ETCO2(_patient);
private _breathrate = GET_BREATHING_RATE(_patient);

// List vitals depending on if AED pads and vitals monitoring (pressure cuff + pulse oximeter) is connected
if (_patient getVariable [QGVAR(AED_X_VitalsMonitor_Connected), false] && _patient getVariable [QGVAR(DefibrillatorPads_Connected), false]) then {
Expand Down

0 comments on commit d81102f

Please sign in to comment.