mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
fixed Dream Trawler activated ability not being available
This commit is contained in:
parent
3a681d565a
commit
26bdd8c0e8
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ public final class DreamTrawler extends CardImpl {
|
|||
HexproofAbility.getInstance(), Duration.EndOfTurn
|
||||
), new DiscardCardCost());
|
||||
ability.addEffect(new TapSourceEffect().setText("Tap it"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private DreamTrawler(final DreamTrawler card) {
|
||||
|
|
Loading…
Reference in a new issue