fixed incorrect macro usage

This commit is contained in:
Glowbal 2015-09-05 12:35:48 +02:00
parent 6b73eafcce
commit 25a75b9f69

View File

@ -126,7 +126,7 @@ if (EGVAR(medical,level) >= 2) then {
] select _forEachIndex);
_allInjuryTexts pushBack [format ["%1 %2", _severity, toLower _part], [1,1,1,1]];
};
} forEach (_target getvariable [QGVAR(bodyPartStatus), [0,0,0,0,0,0]]);
} forEach (_target getvariable [QEGVAR(medical,bodyPartStatus), [0,0,0,0,0,0]]);
};
[_selectionBloodLoss, _display] call FUNC(updateBodyImage);