puresteel paladin support

rehook and newhook for equipments inplay...
retarget and newtarget don't support stonehewer basic because the card
is refreshed and stone hewer basic creates equipment/s as tokens...
This commit is contained in:
Anthony Calosa
2015-10-23 15:25:30 +08:00
parent 2d5d367ee6
commit 378a54fb62
5 changed files with 87 additions and 47 deletions

View File

@@ -4221,7 +4221,9 @@ class AANewTarget: public ActivatedAbility
{
public:
bool retarget;
AANewTarget(GameObserver* observer, int id, MTGCardInstance * card, MTGCardInstance * _target,bool retarget = false, ManaCost * _cost = NULL);
bool reequip;
bool newhook;
AANewTarget(GameObserver* observer, int id, MTGCardInstance * card, MTGCardInstance * _target,bool retarget = false, ManaCost * _cost = NULL, bool reequip = false, bool newhook = false);
int resolve();
const string getMenuText();
AANewTarget * clone() const;