This commit is contained in:
omegablast2002@yahoo.com
2013-06-19 21:57:08 +00:00
parent 7917a70b1b
commit 20eda1560b

View File

@@ -4119,7 +4119,7 @@ public:
bool removeCreatureSubtypes; bool removeCreatureSubtypes;
bool removeTypes; bool removeTypes;
string menu; string menu;
string menutext; //this overrides the previous.
string newpower; string newpower;
bool newpowerfound; bool newpowerfound;
int oldpower; int oldpower;
@@ -4132,7 +4132,7 @@ public:
bool aForever; bool aForever;
bool UYNT; bool UYNT;
int myCurrentTurn; int myCurrentTurn;
string menutext; //this overrides the previous.
ATransformer(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target, string stypes, string sabilities,string newpower,bool newpowerfound,string newtoughness,bool newtoughnessfound,vector<string> newAbilitiesList,bool newAbilityFound = false,bool aForever = false ,bool UYNT = false,string menutext = ""); ATransformer(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target, string stypes, string sabilities,string newpower,bool newpowerfound,string newtoughness,bool newtoughnessfound,vector<string> newAbilitiesList,bool newAbilityFound = false,bool aForever = false ,bool UYNT = false,string menutext = "");
int addToGame(); int addToGame();
int reapplyCountersBonus(MTGCardInstance * rtarget= NULL,bool powerapplied=false,bool toughnessapplied=false); int reapplyCountersBonus(MTGCardInstance * rtarget= NULL,bool powerapplied=false,bool toughnessapplied=false);