Improved Commander format card selection rule, added new keyword
"autocommandzone=" to trigger abilities from Command Zone (e.g. Commander Ninjutsu), added/fixed some primitives, added a new GUI Button to show Player's Sideboard.
This commit is contained in:
@@ -9,6 +9,7 @@ class GuiLibrary;
|
||||
class GuiOpponentHand;
|
||||
class GuiExile;
|
||||
class GuiCommandZone;
|
||||
class GuiSideboard;
|
||||
class GuiAvatars: public GuiLayer
|
||||
{
|
||||
protected:
|
||||
@@ -18,6 +19,7 @@ protected:
|
||||
GuiOpponentHand *opponentHand;
|
||||
GuiExile* selfExile, *opponentExile;
|
||||
GuiCommandZone* selfCommandZone, *opponentCommandZone;
|
||||
GuiSideboard* selfSideboard;
|
||||
GuiAvatar* active;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user