mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Merge pull request #6722 from arcox/track-down-text
Fix Track Down oracle text (#6643)
This commit is contained in:
commit
3d7637b421
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ public final class TrackDown extends CardImpl {
|
|||
public TrackDown(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{1}{G}");
|
||||
|
||||
// Scry 3, then reveal the top card of your library. If it’s a creature or land card, draw a card.
|
||||
this.getSpellAbility().addEffect(new ScryEffect(3));
|
||||
// Scry 3, then reveal the top card of your library. If it's a creature or land card, draw a card.
|
||||
this.getSpellAbility().addEffect(new ScryEffect(3).setText("Scry 3,"));
|
||||
this.getSpellAbility().addEffect(new TrackDownEffect());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue