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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user