From 20eda1560bfecb429103bf0d829209f77c3e9ecb Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Wed, 19 Jun 2013 21:57:08 +0000 Subject: [PATCH] psp fix --- projects/mtg/include/AllAbilities.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index a2a23c8e8..ccc23b86f 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -4119,7 +4119,7 @@ public: bool removeCreatureSubtypes; bool removeTypes; string menu; - string menutext; //this overrides the previous. + string newpower; bool newpowerfound; int oldpower; @@ -4132,7 +4132,7 @@ public: bool aForever; bool UYNT; 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 newAbilitiesList,bool newAbilityFound = false,bool aForever = false ,bool UYNT = false,string menutext = ""); int addToGame(); int reapplyCountersBonus(MTGCardInstance * rtarget= NULL,bool powerapplied=false,bool toughnessapplied=false);