mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Haazda Snare Squad - Removed the uneccassary use check.
This commit is contained in:
parent
29483d3f7c
commit
bfcbe837ed
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class HaazdaSnareSquad extends CardImpl<HaazdaSnareSquad> {
|
|||
this.toughness = new MageInt(4);
|
||||
|
||||
// Whenever Haazda Snare Squad attacks you may pay {W}. If you do, tap target creature an opponent controls.
|
||||
Ability ability = new AttacksTriggeredAbility(new DoIfCostPaid(new TapTargetEffect(""), new ManaCostsImpl("{W}")),true,
|
||||
Ability ability = new AttacksTriggeredAbility(new DoIfCostPaid(new TapTargetEffect(""), new ManaCostsImpl("{W}")),false,
|
||||
"Whenever {this} attacks you may pay {W}. If you do, tap target creature an opponent controls.");
|
||||
Target target = new TargetCreaturePermanent(filter);
|
||||
target.setRequired(true);
|
||||
|
|
Loading…
Reference in a new issue