Skip to content

Commit

Permalink
Use GET_BLOOD_LOSS macro
Browse files Browse the repository at this point in the history
Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
DartRuffian and johnb432 authored Nov 17, 2024
1 parent a684759 commit c9ac3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical/functions/fnc_getBloodLoss.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ params [["_unit", objNull, [objNull]]];

if (isNull _unit) exitWith {-1};

_unit call EFUNC(medical_status,getBloodLoss)
GET_BLOOD_LOSS(_unit)

0 comments on commit c9ac3e6

Please sign in to comment.