ajani steadfast

ajani steadfast emblem
This commit is contained in:
Anthony Calosa
2016-05-29 14:31:29 +08:00
parent d7fd36ddeb
commit d4715ddc81
7 changed files with 125 additions and 92 deletions
+2 -1
View File
@@ -1698,7 +1698,8 @@ class AAEPIC: public ActivatedAbility
{
public:
string named;
AAEPIC(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target,string _newName, ManaCost * cost = NULL);
bool FField;
AAEPIC(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target,string _newName, ManaCost * cost = NULL, bool ffield = false );
int resolve();
const string getMenuText();
AAEPIC * clone() const;