refactor AAMover getmenu text

This commit is contained in:
Anthony Calosa
2017-02-13 09:35:05 +08:00
parent 13f590c6a2
commit 21710ddfb3
2 changed files with 30 additions and 21 deletions

View File

@@ -2119,6 +2119,7 @@ public:
AAMover(GameObserver* observer, int _id, MTGCardInstance * _source, MTGCardInstance * _target, string dest,string _name, ManaCost * _cost = NULL, bool undying = false, bool persist = false);
MTGGameZone * destinationZone(Targetable * target = NULL);
int resolve();
string overrideNamed(string destination = "");
const string getMenuText();
const char * getMenuText(TargetChooser * fromTc);
AAMover * clone() const;