mirror of
https://github.com/correl/mage.git
synced 2025-04-08 17:00:07 -09:00
Added missing target
This commit is contained in:
parent
5fae3ed797
commit
142a2e6fbf
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ public class OrcishSpy extends CardImpl {
|
|||
|
||||
// {T}: Look at the top three cards of target player's library.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new LookLibraryTopCardTargetPlayerEffect(3), new TapSourceCost());
|
||||
ability.addTarget(new TargetPlayer());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue