forked from External/mage
fix #12689 (missing watcher in The Fourteenth Doctor)
This commit is contained in:
parent
1be8fdeb61
commit
8aee0c1641
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ public final class TheFourteenthDoctor extends CardImpl {
|
|||
this.addAbility(new CastSourceTriggeredAbility(new TheFourteenthDoctorRevealEffect()));
|
||||
|
||||
// You may have The Fourteenth Doctor enter the battlefield as a copy of a Doctor card in your graveyard that was put there from your library this turn. If you do, it gains haste until end of turn.
|
||||
this.addAbility(new EntersBattlefieldAbility(new TheFourteenthDoctorCopyEffect(), true));
|
||||
this.addAbility(new EntersBattlefieldAbility(new TheFourteenthDoctorCopyEffect(), true),
|
||||
new TheFourteenthDoctorWatcher());
|
||||
}
|
||||
|
||||
private TheFourteenthDoctor(final TheFourteenthDoctor card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue