Erwan
- Added a few cards - Creature attacks, blocks, is re-ordered in blocking list events
This commit is contained in:
@@ -9,7 +9,9 @@ CardDescriptor::CardDescriptor(): MTGCardInstance(){
|
||||
|
||||
int CardDescriptor::init(){
|
||||
int result = MTGCardInstance::init();
|
||||
initAttackersDefensers();
|
||||
attacker = 0;
|
||||
defenser = NULL;
|
||||
banding = NULL;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user