mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Clarified comment slightly.
This commit is contained in:
parent
0a788a282e
commit
f9352de489
@ -115,9 +115,9 @@ if (GVAR(healHitPointAfterAdvBandage)) then {
|
||||
_x params ["", "", "_bodyPart", "_numOpenWounds", "_bloodLoss"];
|
||||
|
||||
// Use switch/case for early termination if wounded limb is found before all six are checked.
|
||||
// Multiplying wounds by blood loss will either increment the wound count by
|
||||
// some number (only care if greater than zero) or it will return zero indicating
|
||||
// the body part is still undamaged.
|
||||
// Number of wounds multiplied by blood loss will return zero for a fully
|
||||
// bandaged body part, not incrementing the wound counter; or it will return
|
||||
// some other number which will increment the wound counter.
|
||||
switch (_bodyPart) do {
|
||||
// Head
|
||||
case 0: {
|
||||
|
Loading…
Reference in New Issue
Block a user