Add basic information to dialog

This commit is contained in:
KoffeinFlummi 2015-03-12 07:34:29 +01:00
parent 809f6754cc
commit ef491a7c76

View File

@ -75,9 +75,11 @@ if (_show) then {
};
}foreach _openWounds;
} else {
// TODO handle basic medical colors for body part selections here
{
_selectionBloodLoss set [_forEachIndex, _unit getHitPointDamage _x];
} forEach ["HitHead", "HitBody", "HitLeftArm", "HitRightArm", "HitLeftLeg", "HitRightLeg"];
// @todo Injury texts?
};
// Handle the body image coloring
@ -149,4 +151,4 @@ if (_show) then {
} else {
("ACE_MedicalRscDisplayInformation" call BIS_fnc_rscLayer) cutText ["","PLAIN"];
};
};