- 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

View File

@@ -9,7 +9,9 @@ CardDescriptor::CardDescriptor(): MTGCardInstance(){
int CardDescriptor::init(){
int result = MTGCardInstance::init();
initAttackersDefensers();
attacker = 0;
defenser = NULL;
banding = NULL;
return result;
}