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);
|
||||
|
||||
@@ -217,8 +217,9 @@ class Constants
|
||||
NOACTIVATEDTAP = 96,
|
||||
NOMANA = 97,
|
||||
ONLYMANA = 98,
|
||||
POISONDAMAGER = 99,
|
||||
|
||||
NB_BASIC_ABILITIES = 99,
|
||||
NB_BASIC_ABILITIES = 100,
|
||||
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
|
||||
Reference in New Issue
Block a user