From 43aa0be6ebed7dfb8829ce74de91f343a84ae88d Mon Sep 17 00:00:00 2001 From: xenohedron Date: Sun, 11 Jun 2023 22:46:44 -0400 Subject: [PATCH] Fix verify failure (text on Saradoc) --- Mage.Sets/src/mage/cards/s/SaradocMasterOfBuckland.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/s/SaradocMasterOfBuckland.java b/Mage.Sets/src/mage/cards/s/SaradocMasterOfBuckland.java index 0e2055df963..95b5b29ee41 100644 --- a/Mage.Sets/src/mage/cards/s/SaradocMasterOfBuckland.java +++ b/Mage.Sets/src/mage/cards/s/SaradocMasterOfBuckland.java @@ -32,7 +32,7 @@ public final class SaradocMasterOfBuckland extends CardImpl { private static final FilterPermanent filter = new FilterCreaturePermanent("nontoken creature with power 2 or less"); private static final FilterControlledPermanent filter2 - = new FilterControlledPermanent(SubType.HALFLING, "two other untapped Halflings you control"); + = new FilterControlledPermanent(SubType.HALFLING, "other untapped Halflings you control"); static { filter.add(TokenPredicate.FALSE); @@ -58,7 +58,7 @@ public final class SaradocMasterOfBuckland extends CardImpl { // Tap two other untapped Halflings you control: Saradoc gets +2/+0 and gains lifelink until end of turn. Ability ability = new SimpleActivatedAbility( new BoostSourceEffect(2, 0, Duration.EndOfTurn) - .setText("gets +2/+0"), + .setText("{this} gets +2/+0"), new TapTargetCost(new TargetControlledPermanent(2, filter2)) ); ability.addEffect(new GainAbilitySourceEffect(