Skip to content

Commit

Permalink
remove ace arsenal action
Browse files Browse the repository at this point in the history
  • Loading branch information
1kuemmel1 committed Nov 6, 2017
1 parent e48b0aa commit 559fd19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,4 @@ _action = ["fob_redeploy", (localize "STR_BTC_HAM_ACTION_REDEPLOY_MAIN"), "\A3\u
[btc_gear_object, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;

//Arsenal
_action = ["arsenal_open", (localize "STR_BTC_HAM_ACTION_ARSENAL_OPEN"), "\A3\ui_f\data\igui\cfg\simpleTasks\letters\A_ca.paa", {['Open',true] spawn BIS_fnc_arsenal;}, {true}, {}, [], [0.4,0,0.4], 5] call ace_interact_menu_fnc_createAction;
[btc_gear_object, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;
btc_gear_object addAction [(localize "STR_BTC_HAM_ACTION_ARSENAL_OPEN_NOACE"), "['Open',true] spawn BIS_fnc_arsenal;"];
7 changes: 0 additions & 7 deletions =BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,13 +1171,6 @@
<German>Verlegen</German>
</Key>
</Container>
<Container name="Action(ACE): Arsenal">
<Key ID="STR_BTC_HAM_ACTION_ARSENAL_OPEN">
<Original>Arsenal</Original>
<English>Arsenal</English>
<German>Arsenal</German>
</Key>
</Container>
<Container name="Action : Arsenal">
<Key ID="STR_BTC_HAM_ACTION_ARSENAL_OPEN_NOACE">
<Original>&lt;t color='#ff1111'&gt;Arsenal&lt;/t&gt;</Original>
Expand Down

0 comments on commit 559fd19

Please sign in to comment.