Skip to content

Commit

Permalink
Interaction - Fix setting zeus group behaviour to safe (#5855)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Dec 5, 2017
1 parent 3317ffc commit bb76c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/interaction/ACE_ZeusActions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ACE_ZeusActions {
class safe {
displayName = "$STR_Combat_Safe";
icon = "\A3\UI_F_Curator\Data\RscCommon\RscAttributeBehaviour\safe_ca.paa";
statement = QUOTE([ARR_3(QQGVAR(zeusBehaviour),[ARR_2('CARELESS',curatorSelected select 1)],curatorSelected select 1)] call CBA_fnc_targetEvent;);
statement = QUOTE([ARR_3(QQGVAR(zeusBehaviour),[ARR_2('SAFE',curatorSelected select 1)],curatorSelected select 1)] call CBA_fnc_targetEvent;);
};
class aware {
displayName = "$STR_Combat_Aware";
Expand Down

0 comments on commit bb76c8b

Please sign in to comment.