mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed action name
- Changed display name for extraction action on civilians to match the new action name 'Get Out'. - Changed class name for extracting civilians out of vehicles to match the action name
This commit is contained in:
parent
f2b3275538
commit
356bd36728
@ -148,8 +148,8 @@ class CfgVehicles {
|
||||
showDisabled = 0;
|
||||
priority = 2.5;
|
||||
};
|
||||
class ACE_Unload {
|
||||
displayName = CSTRING(ExtractFromVehicle);
|
||||
class ACE_GetOut {
|
||||
displayName = CSTRING(GetOut);
|
||||
condition = QUOTE(isNull objectParent _target && [ARR_2(_player,_target)] call DFUNC(canInteractWithCivilian));
|
||||
statement = QUOTE([_target] call EFUNC(common,unloadPerson));
|
||||
showDisabled = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user