disable andAbility for aacopier

so it will not conflict with original legend rule...
This commit is contained in:
Anthony Calosa
2017-01-29 10:27:18 +08:00
parent 2a27a491e7
commit e128d548f4
2 changed files with 51 additions and 3 deletions

View File

@@ -133,6 +133,7 @@ void MTGCardInstance::copy(MTGCardInstance * card)
AICustomCode = data->AICustomCode;
origpower = card->origpower;//for flip
origtoughness = card->origtoughness;//for flip
TokenAndAbility = card->TokenAndAbility;//token andAbility
//Now this is dirty...
int backupid = mtgid;