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:
omegablast2002@yahoo.com
2010-12-04 16:08:51 +00:00
parent bd1253702f
commit 15e6fabd9f
2 changed files with 23 additions and 14 deletions

View File

@@ -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);