mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
added diagnose to torso
Signed-off-by: alganthe <alganthe@live.fr>
This commit is contained in:
parent
e78b59c28a
commit
49e0befbaf
@ -122,6 +122,17 @@ class ACE_Torso {
|
|||||||
enableInside = 1;
|
enableInside = 1;
|
||||||
icon = PATHTOF(UI\icons\triageCard.paa);
|
icon = PATHTOF(UI\icons\triageCard.paa);
|
||||||
};
|
};
|
||||||
|
class Diagnose {
|
||||||
|
displayName = CSTRING(Actions_Diagnose);
|
||||||
|
distance = 5.0;
|
||||||
|
condition = QUOTE([ARR_4(_player, _target, 'head', 'Diagnose')] call DFUNC(canTreatCached));
|
||||||
|
statement = QUOTE([ARR_4(_player, _target, 'head', 'Diagnose')] call DFUNC(treatment));
|
||||||
|
EXCEPTIONS
|
||||||
|
showDisabled = 0;
|
||||||
|
priority = 2;
|
||||||
|
hotkey = "";
|
||||||
|
icon = "";
|
||||||
|
};
|
||||||
|
|
||||||
// Advanced medical
|
// Advanced medical
|
||||||
class FieldDressing {
|
class FieldDressing {
|
||||||
|
Loading…
Reference in New Issue
Block a user