Always show wounds, even for very low damage

This commit is contained in:
KoffeinFlummi 2015-04-14 20:28:19 +02:00
parent a4c93ab2e2
commit 7ca36cdb65

View File

@ -128,7 +128,7 @@ if (_show) then {
{
_selectionBloodLoss set [_forEachIndex, _target getHitPointDamage _x];
if (_target getHitPointDamage _x > 0.1 && {_forEachIndex == _selectionN}) then {
if (_target getHitPointDamage _x > 0 && {_forEachIndex == _selectionN}) then {
// @todo localize
_allInjuryTexts pushBack [format ["%1 %2",
["Lightly wounded", "Heavily wounded"] select (_target getHitPointDamage _x > 0.5),