- fix issue 125 (Ondu Cleric)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-22 13:57:49 +00:00
parent 5ef7a5978f
commit f0124ce53a
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -273,6 +273,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
tc = tcf.createTargetChooser(starget, card);
}
if (tc) a1 = NEW GenericTargetAbility(id, card, tc, a1);
else a1 = NEW GenericActivatedAbility(id, card, a1,NULL);
return NEW MayAbility(id,a1,card);
}