Fixing bugs in the primitives

Daring Sleuth was crashing the game in the collection
This commit is contained in:
punkeduard
2017-05-03 14:42:10 -05:00
parent b596dc9eea
commit 665f8ce755
3 changed files with 17 additions and 21 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 abilitiesStringList = "",string typeslist = "",string manaCostList = "");
int resolve();
const string getMenuText();
virtual ostream& toString(ostream& out) const;