Skip to content

Commit

Permalink
Merge branch 'KAT-Advanced-Medical:dev-Tomcat' into dev-Tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Neuman authored Jan 19, 2025
2 parents 78b52fb + 71a65bb commit 241c0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/misc/functions/fnc_canStitchFullBody.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
params ["_medic", "_patient"];

if !(GVAR(enableStitchFullBody)) exitWith {false};
if ((ACEGVAR(medical_treatment,consumeSurgicalKit) == 2) && {!([_medic, _patient, ["ACE_Suture"]] call ACEFUNC(medical_treatment,hasItem))}) exitWith {false};
if ((ACEGVAR(medical_treatment,consumeSurgicalKit) == 2) && {!([_medic, _patient, ["ACE_suture"]] call ACEFUNC(medical_treatment,hasItem))}) exitWith {false};

count (_patient call FUNC(getFullBodyStitchableWounds)) > 0

0 comments on commit 241c0c0

Please sign in to comment.