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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user