Skip to content

Commit

Permalink
Update fnc_attachPersonalOxygen.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry authored Dec 16, 2024
1 parent a821538 commit 27ce25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/breathing/functions/fnc_attachPersonalOxygen.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ _patient removeMagazines "kat_personal_oxygen";

_patient setVariable [QGVAR(oxygenMaskStatus), [(_largestTankValue + 1), 1], true];

[QGVAR(playRespiratorTone), [_patient], _patient] call CBA_fnc_targetEvent;

[{
_this params ["_args", "_pfhID"];
_args params ["_patient"];
Expand Down

0 comments on commit 27ce25c

Please sign in to comment.