Resolve merge conflict from upstream pull.

This commit is contained in:
Derek Sauer 2015-09-29 16:24:17 -04:00
commit 8d05214eb0

View File

@ -103,7 +103,7 @@ if (GVAR(healHitPointAfterAdvBandage)) then {
// Get the list of the wounds the target is currently suffering from.
_currentWounds = GETVAR(_target, openWounds, []);
// Tally of unbandaged wounds to each body part.
_headWounds = 0;
_bodyWounds = 0;