wrong target fixed

Signed-off-by: alganthe <alganthe@live.fr>
This commit is contained in:
alganthe 2015-09-20 14:13:22 +02:00
parent 49e0befbaf
commit 4265b11d51

View File

@ -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;