Remove scry reminder text from The Temporal Anchor

This commit is contained in:
PurpleCrowbar 2024-07-08 18:24:32 +01:00
parent c1244a71ef
commit 34e047cd08

View file

@ -34,7 +34,7 @@ public final class TheTemporalAnchor extends CardImpl {
// At the beginning of your upkeep, scry 2.
this.addAbility(new BeginningOfUpkeepTriggeredAbility(
new ScryEffect(2), TargetController.YOU, false
new ScryEffect(2, false), TargetController.YOU, false
));
// Whenever you choose to put one or more cards on the bottom of your library while scrying, exile that many cards from the bottom of your library.