mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fixed Wrenn and Six's first ability requiring a target
This commit is contained in:
parent
526a3b0b0f
commit
710b3f07a2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public final class WrennAndSix extends CardImpl {
|
||||||
|
|
||||||
// +1: Return up to one target land card from your graveyard to your hand.
|
// +1: Return up to one target land card from your graveyard to your hand.
|
||||||
Ability ability = new LoyaltyAbility(new ReturnFromGraveyardToHandTargetEffect(), 1);
|
Ability ability = new LoyaltyAbility(new ReturnFromGraveyardToHandTargetEffect(), 1);
|
||||||
ability.addTarget(new TargetCardInYourGraveyard(filter));
|
ability.addTarget(new TargetCardInYourGraveyard(0, 1, filter));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// -1: Wrenn and Six deals 1 damage to any target.
|
// -1: Wrenn and Six deals 1 damage to any target.
|
||||||
|
|
Loading…
Reference in a new issue