Skip to content

Commit

Permalink
Update fnc_treatmentAdvanced_RecoveryPositionLocal.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
MiszczuZPolski committed Nov 15, 2023
1 parent 3bf2446 commit 226e21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private _output = LLSTRING(Recovery_Info);
_output = LLSTRING(Recovery_Cancel);
[_output, 1.5, _medic] call ACEFUNC(common,displayTextStructured);
}, [_medic, _patient], 3600, {
params ["_medic", "patient"];
params ["_medic", "_patient"];
_patient setVariable [QGVAR(recovery), false, true];
_patient setVariable [QGVAR(overstretch), false, true];

Expand Down

0 comments on commit 226e21f

Please sign in to comment.