fix for emblems not sticking, and phasealter not testDestroying.

This commit is contained in:
omegablast2002@yahoo.com
2012-05-02 12:58:39 +00:00
parent ec7a8d219f
commit e67e2e669c
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1318,7 +1318,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
if (!a1)
return NULL;
return NEW GenericAbilityMod(observer, 1, card,spell?spell->getNextDamageableTarget():(Damageable *) target, a1);;
return NEW GenericAbilityMod(observer, 1, card->controller()->getObserver()->ExtraRules,card->controller()->getObserver()->ExtraRules, a1);
}
//choose a color