diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index b8bb577dd..c84186626 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -3909,7 +3909,7 @@ public: string newtoughness; bool newtoughnessfound; int oldtoughness; - map> newAbilities; + map > newAbilities; vector newAbilitiesList; bool newAbilityFound; @@ -3938,7 +3938,7 @@ public: int oldtoughness; bool remove; vector newAbilitiesList; - map> newAbilities; + map > newAbilities; bool newAbilityFound; AForeverTransformer(int id, MTGCardInstance * source, MTGCardInstance * target, string stypes, string sabilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vectornewAbilitiesList = vector(),bool newAbilityFound = false); @@ -3958,7 +3958,7 @@ public: string newtoughness; bool newtoughnessfound; vector newAbilitiesList; - map> newAbilities; + map > newAbilities; bool newAbilityFound; ATransformerUEOT(int id, MTGCardInstance * source, MTGCardInstance * target, string types = "", string abilities = "",string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vectornewAbilitiesList = vector(),bool newAbilityFound = false); @@ -3978,7 +3978,7 @@ public: string newtoughness; bool newtoughnessfound; vector newAbilitiesList; - map> newAbilities; + map > newAbilities; bool newAbilityFound; ATransformerFOREVER(int id, MTGCardInstance * source, MTGCardInstance * target, string types, string abilities,string newpower = "",bool newpowerfound = false,string newtoughness = "",bool newtoughnessfound = false,vectornewAbilitiesList = vector(),bool newAbilityFound = false);