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:
@ -45,7 +45,7 @@ class CfgVehicles {
|
|||||||
class CAManBase: Man {
|
class CAManBase: Man {
|
||||||
class ACE_SelfActions {
|
class ACE_SelfActions {
|
||||||
class Medical {
|
class Medical {
|
||||||
displayName = CSTRING(Actions_Medical);
|
displayName = ECSTRING(medical,Actions_Medical);
|
||||||
runOnHover = 1;
|
runOnHover = 1;
|
||||||
exceptions[] = {"isNotInside", "isNotSitting"};
|
exceptions[] = {"isNotInside", "isNotSitting"};
|
||||||
statement = QUOTE([ARR_3(_target, true, 0)] call EFUNC(medical,displayPatientInformation));
|
statement = QUOTE([ARR_3(_target, true, 0)] call EFUNC(medical,displayPatientInformation));
|
||||||
|
Reference in New Issue
Block a user