Erwan
- Added Tokens (needs testing !!!) - Added a few cards that create tokens
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user