mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fix [MAT] Coppercoat Vanguard (exclude source from gain ward ability)
This commit is contained in:
parent
83157149ef
commit
ec92c17a37
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class CoppercoatVanguard extends CardImpl {
|
|||
));
|
||||
ability.addEffect(new GainAbilityControlledEffect(
|
||||
new WardAbility(new GenericManaCost(1), false),
|
||||
Duration.WhileOnBattlefield, filter2
|
||||
Duration.WhileOnBattlefield, filter2, true
|
||||
).setText("and has ward {1}. <i>(Whenever it becomes the target " +
|
||||
"of a spell or ability an opponent controls, counter it unless that player pays {1}.)</i>"));
|
||||
this.addAbility(ability);
|
||||
|
|
Loading…
Reference in a new issue