minor corrections

This commit is contained in:
Anthony Calosa
2017-05-08 11:41:00 +08:00
parent 9f4b8d65c8
commit 44304ee5b3
4 changed files with 51 additions and 23 deletions

View File

@@ -2157,7 +2157,7 @@ public:
MTGAbility * andAbility;
AACloner(GameObserver* observer, int _id, MTGCardInstance * _source, MTGCardInstance * _target = NULL, ManaCost * _cost = NULL, int who = 0,
string abilitiesStringList = "",string typeslist = "",string manaCostList = "");
string abilitiesStringList = "",string typeslist = "");
int resolve();
const string getMenuText();
virtual ostream& toString(ostream& out) const;