- Added a few cards
- Creature attacks, blocks, is re-ordered in blocking list events
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-12 12:27:55 +00:00
parent feedb16eae
commit ab445c9758
19 changed files with 280 additions and 148 deletions
+2
View File
@@ -38,6 +38,8 @@ class MTGCardInstance: public MTGCard, public Damageable {
void unband();
MTGCardInstance * getNextPartner();
void initMTGCI();
int setDefenser(MTGCardInstance * c);
int setAttacker(int value);
public:
int regenerateTokens;
bool isToken;