mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix adenosine self injection displaying incorrect action (#5430)
This commit is contained in:
parent
dee916acf9
commit
d9ea680afa
@ -310,7 +310,7 @@ class Medical {
|
||||
icon = QPATHTOF(UI\icons\autoInjector.paa);
|
||||
};
|
||||
class Adenosine: Morphine {
|
||||
displayName = CSTRING(Inject_Atropine);
|
||||
displayName = CSTRING(Inject_Adenosine);
|
||||
condition = QUOTE([ARR_4(_player, _target, 'hand_r', 'Adenosine')] call DFUNC(canTreatCached));
|
||||
exceptions[] = {"isNotInside"};
|
||||
statement = QUOTE([ARR_4(_player, _target, 'hand_r', 'Adenosine')] call DFUNC(treatment));
|
||||
|
Loading…
Reference in New Issue
Block a user