Skip to content

Commit

Permalink
max
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTheKing committed Oct 26, 2023
1 parent c436167 commit 85ee51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gui/functions/fnc_updateBodyImage.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private _bodyPartBloodLoss = [0, 0, 0, 0, 0, 0];
_damageThreshold = _damageThreshold * 1.5
};
};
_damage = (_damage / _damageThreshold) min 1;
_damage = (_damage / (0.01 max _damageThreshold)) min 1;
[_damage] call ACEFUNC(medical_gui,damageToRGBA);
};

Expand Down

0 comments on commit 85ee51b

Please sign in to comment.