mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
Set target player of Balustrade Spy to mandatory.
This commit is contained in:
parent
97031d957e
commit
3819db77ba
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class BalustradeSpy extends CardImpl<BalustradeSpy> {
|
|||
|
||||
// When Balustrade Spy enters the battlefield, target player reveals cards from the top of his or her library until he or she reveals a land card, then puts those cards into his or her graveyard.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new BalustradeSpyEffect(), false);
|
||||
ability.addTarget(new TargetPlayer());
|
||||
ability.addTarget(new TargetPlayer(true));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue