Skip to content

Commit

Permalink
Medical Treatment - Fix script error on diagnosing dead patient in ba…
Browse files Browse the repository at this point in the history
…sic (#10385)

Fix #10384
  • Loading branch information
PabstMirror authored Oct 10, 2024
1 parent cff838f commit 16e5b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/medical_treatment/functions/fnc_diagnose.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ if (alive _patient) then {
} else {
_messages pushBack LSTRING(noPain);
};
} else {
_messages pushBack "";
};

[_messages, 3] call EFUNC(common,displayTextStructured);

0 comments on commit 16e5b4a

Please sign in to comment.