redid the counters menutext function to be more like the one "add mana" uses. makes it easier to read and add to later if needed.
This commit is contained in:
@@ -625,6 +625,7 @@ public:
|
||||
int power;
|
||||
int toughness;
|
||||
string name;
|
||||
string menu;
|
||||
|
||||
AACounter(int id, MTGCardInstance * source, MTGCardInstance * target, const char * _name, int power, int toughness, int nb,
|
||||
ManaCost * cost = NULL, int doTap = 0);
|
||||
|
||||
Reference in New Issue
Block a user