mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
@ -125,8 +125,8 @@ class ACE_Torso {
|
|||||||
class Diagnose {
|
class Diagnose {
|
||||||
displayName = CSTRING(Actions_Diagnose);
|
displayName = CSTRING(Actions_Diagnose);
|
||||||
distance = 5.0;
|
distance = 5.0;
|
||||||
condition = QUOTE([ARR_4(_player, _target, 'head', 'Diagnose')] call DFUNC(canTreatCached));
|
condition = QUOTE([ARR_4(_player, _target, 'body', 'Diagnose')] call DFUNC(canTreatCached));
|
||||||
statement = QUOTE([ARR_4(_player, _target, 'head', 'Diagnose')] call DFUNC(treatment));
|
statement = QUOTE([ARR_4(_player, _target, 'body', 'Diagnose')] call DFUNC(treatment));
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
showDisabled = 0;
|
showDisabled = 0;
|
||||||
priority = 2;
|
priority = 2;
|
||||||
|
Reference in New Issue
Block a user