Improved in-game menu (now the Cancel choice is on top and it's possibile to open/close the taskboard during game), improved add/remove "counter" keyword in order to avoid the trigger if needed (e.g. loop avoidance), fixed Italian and Spanish languages.
This commit is contained in:
@@ -1165,8 +1165,9 @@ public:
|
||||
int toughness;
|
||||
string name;
|
||||
string menu;
|
||||
bool noevent;
|
||||
|
||||
AACounter(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target,string counterstring, const char * _name, int power, int toughness, int nb,int maxNb = 0,
|
||||
AACounter(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target,string counterstring, const char * _name, int power, int toughness, int nb, int maxNb = 0, bool noevent = false,
|
||||
ManaCost * cost = NULL);
|
||||
|
||||
int resolve();
|
||||
|
||||
Reference in New Issue
Block a user