- Added Tokens (needs testing !!!)
- Added a few cards that create tokens
This commit is contained in:
wagic.the.homebrew
2008-12-16 14:20:03 +00:00
parent be4fb31ffc
commit 9dfc89815f
24 changed files with 283 additions and 106 deletions
+1 -1
View File
@@ -29,7 +29,6 @@ class MTGCard {
int mtgid;
TexturesCache * mCache;
ManaCost manaCost;
@@ -40,6 +39,7 @@ class MTGCard {
int init();
public:
TexturesCache * mCache;
string text;
string name;
int colors[MTG_NB_COLORS];