ajani steadfast
ajani steadfast emblem
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -43,6 +43,7 @@ public:
|
||||
int extraTurn;
|
||||
int drawCounter;
|
||||
int epic;
|
||||
int forcefield;
|
||||
int initLife;
|
||||
int raidcount;
|
||||
int handmodifier;
|
||||
|
||||
Reference in New Issue
Block a user