added a new method to use countershroud to create a globel shroud by targetchooser...auto=countershroud(-1/-1)creature|mybattlefield...like this....
This commit is contained in:
@@ -3910,9 +3910,10 @@ public:
|
||||
class ACounterShroud: public MTGAbility
|
||||
{
|
||||
public:
|
||||
TargetChooser * csTc;
|
||||
Counter * counter;
|
||||
RECountersPrevention * re;
|
||||
ACounterShroud(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target, Counter * counter = NULL);
|
||||
ACounterShroud(GameObserver* observer, int id, MTGCardInstance * source, MTGCardInstance * target,TargetChooser * tc, Counter * counter = NULL);
|
||||
int addToGame();
|
||||
int destroy();
|
||||
ACounterShroud * clone() const;
|
||||
|
||||
Reference in New Issue
Block a user