add support for activated copier

thespian stage etc...
This commit is contained in:
Anthony Calosa
2017-01-31 20:11:09 +08:00
parent 7029636291
commit 41d925d7c9
5 changed files with 67 additions and 5 deletions

View File

@@ -2781,6 +2781,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
MTGAbility * a = NEW AACopier(observer, id, card, target);
a->oneShot = 1;
a->canBeInterrupted = false;
((AACopier*)a)->isactivated = activated;
//andability
if(storedAndAbility.size())
{