mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add basic information to dialog
This commit is contained in:
parent
809f6754cc
commit
ef491a7c76
@ -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"];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user