fix for sorins destroy andability, actually a fix for and(( in general..have to hide the and(( string from the parser till we need it.

This commit is contained in:
omegablast2002@yahoo.com
2012-03-26 11:48:22 +00:00
parent 08b6975300
commit c5128b35e0
2 changed files with 34 additions and 30 deletions

View File

@@ -445,6 +445,7 @@ class AbilityFactory
{
private:
string storedString;
string storedAndAbility;
int countCards(TargetChooser * tc, Player * player = NULL, int option = 0);
TriggeredAbility * parseTrigger(string s, string magicText, int id, Spell * spell, MTGCardInstance *card, Targetable * target);
MTGAbility * getAlternateCost( string s, int id, Spell *spell, MTGCardInstance *card );