psp fix
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user