mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix a missing
This commit is contained in:
parent
035e8017cc
commit
3d67de6fc1
@ -45,7 +45,7 @@ class CfgVehicles {
|
||||
class CAManBase: Man {
|
||||
class ACE_SelfActions {
|
||||
class Medical {
|
||||
displayName = CSTRING(Actions_Medical);
|
||||
displayName = ECSTRING(medical,Actions_Medical);
|
||||
runOnHover = 1;
|
||||
exceptions[] = {"isNotInside", "isNotSitting"};
|
||||
statement = QUOTE([ARR_3(_target, true, 0)] call EFUNC(medical,displayPatientInformation));
|
||||
|
Loading…
Reference in New Issue
Block a user