Added a new menu choice to instantly choose all the possible targets (on battlefield) of an ability during its target selection (e.g. Proliferation ability can target a lot of permanents and players so using that menu choice all the targets will be instantly chosen and then the current player will be able to remove any of them or confirm the entire selection).

This commit is contained in:
Vittorio Alfieri
2021-10-12 15:51:12 +02:00
parent 4623167b0f
commit c1f3913295
3 changed files with 25 additions and 1 deletions

View File

@@ -283,6 +283,7 @@ public:
/////// End Tournament Mod ///////////
MENUITEM_TOGGLEATTACK_ALL_CREATURES = -32,
MENUITEM_TASKBOARD = -33,
MENUITEM_SELECT_ALL = -34,
MENUITEM_MORE_INFO = kInfoMenuID
};