- 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
+3 -1
View File
@@ -13,7 +13,9 @@ Token::Token(string _name, MTGCardInstance * source, int _power, int _toughness)
model = this;
owner = source->owner;
belongs_to=source->controller()->game;
initAttackersDefensers();
attacker = 0;
defenser = NULL;
banding = NULL;
mCache = source->mCache;
}