diff --git a/Mage.Sets/src/mage/cards/t/TheFourteenthDoctor.java b/Mage.Sets/src/mage/cards/t/TheFourteenthDoctor.java index b6c83ee5ef0..0f3e3e6a32d 100644 --- a/Mage.Sets/src/mage/cards/t/TheFourteenthDoctor.java +++ b/Mage.Sets/src/mage/cards/t/TheFourteenthDoctor.java @@ -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) {