Added new primitives and added a new menu choice to toggle all creature to attacking mode during attack phase.

This commit is contained in:
valfieri
2020-06-22 22:35:33 +02:00
parent a2594f1fb7
commit 210a250dce
5 changed files with 2585 additions and 1625 deletions

View File

@@ -278,6 +278,7 @@ public:
MENUITEM_FILL_NEXT_STAGE_HARD = -30,
MENUITEM_FILL_NEXT_STAGE = -31,
/////// End Tournament Mod ///////////
MENUITEM_TOGGLEATTACK_ALL_CREATURES = -32,
MENUITEM_MORE_INFO = kInfoMenuID
};