Changed: Move leave team menu option
--HG-- branch : develop
This commit is contained in:
parent
5823e98356
commit
4cca062177
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,6 @@
|
||||||
<action id="pa_free" name="uimGcmFree" handler="beast_order" params="order=free|beast_index=@UI:GCM_BEAST_SELECTED"/>
|
<action id="pa_free" name="uimGcmFree" handler="beast_order" params="order=free|beast_index=@UI:GCM_BEAST_SELECTED"/>
|
||||||
<action id="pa_enter_stable" name="uimGcmEnterStable" handler="beast_order" params="order=enter_stable|beast_index=@UI:GCM_BEAST_SELECTED"/>
|
<action id="pa_enter_stable" name="uimGcmEnterStable" handler="beast_order" params="order=enter_stable|beast_index=@UI:GCM_BEAST_SELECTED"/>
|
||||||
<action id="extract_rm" name="uimGcmExtractRM" handler="context_extract_rm" params="" />
|
<action id="extract_rm" name="uimGcmExtractRM" handler="context_extract_rm" params="" />
|
||||||
<action id="quit_team" name="uimGcmQuitTeam" handler="context_quit_team" params="" />
|
|
||||||
<action id="info" name="uimGcmInfo" handler="open_title_help" params="from=target" />
|
<action id="info" name="uimGcmInfo" handler="open_title_help" params="from=target" />
|
||||||
<action id="build_totem" name="uimGcmChooseBuilding" handler="build_totem" params="" />
|
<action id="build_totem" name="uimGcmChooseBuilding" handler="build_totem" params="" />
|
||||||
|
|
||||||
|
@ -107,6 +106,9 @@
|
||||||
<action id="move" name="uimGcmMove" handler="context_move" params="" />
|
<action id="move" name="uimGcmMove" handler="context_move" params="" />
|
||||||
<action id="stop" name="uimGcmStopMove" handler="context_stop" params="" />
|
<action id="stop" name="uimGcmStopMove" handler="context_stop" params="" />
|
||||||
<action id="unseat" name="uimUnmount" handler="beast_order" params="order=unmount|beast_index=0" />
|
<action id="unseat" name="uimUnmount" handler="beast_order" params="order=unmount|beast_index=0" />
|
||||||
|
|
||||||
|
<separator/>
|
||||||
|
<action id="quit_team" name="uimGcmQuitTeam" handler="context_quit_team" params="" />
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<!-- TEMPORARY FOR TESTS -->
|
<!-- TEMPORARY FOR TESTS -->
|
||||||
|
|
Loading…
Reference in a new issue