fixed Issue 819, changed the parsing of and(()) to and!()!, i no longer share the storedstring of transformer, so you can ability$!transforms(( now....
This commit is contained in:
@@ -445,6 +445,7 @@ class AbilityFactory
|
||||
{
|
||||
private:
|
||||
string storedString;
|
||||
string storedAbilityString;
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user