Skip to content

Commit

Permalink
Missing curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Nov 5, 2024
1 parent 2d0f1a9 commit 71daaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/medical_gui/functions/fnc_updateBodyImage.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private _bodyPartBloodLoss = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_damageThreshold = _damageThreshold * EGVAR(medical,limbDamageThreshold);
} else {
_damageThreshold = LIMPING_DAMAGE_THRESHOLD * 4;
};
case (_forEachIndex > 3): { // arms: index 4,5,6,7
if (EGVAR(medical,limbDamageThreshold) != 0 && {[false, !isPlayer _target, true] select EGVAR(medical,useLimbDamage)}) then { // Just indicate how close to the fracture threshold we are
_damageThreshold = _damageThreshold * EGVAR(medical,limbDamageThreshold);
Expand Down

0 comments on commit 71daaa7

Please sign in to comment.