From a19103a958f38ed72e1fa57b6166cfe2c1d8fcf8 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Wed, 10 Jan 2024 23:33:17 -0500 Subject: [PATCH] text cleanup, closes #11625 --- Mage.Sets/src/mage/cards/c/CarmenCruelSkymarcher.java | 4 ++-- Mage.Sets/src/mage/cards/d/DugganPrivateDetective.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/cards/c/CarmenCruelSkymarcher.java b/Mage.Sets/src/mage/cards/c/CarmenCruelSkymarcher.java index 5fa7f20bd35..4193a85cd74 100644 --- a/Mage.Sets/src/mage/cards/c/CarmenCruelSkymarcher.java +++ b/Mage.Sets/src/mage/cards/c/CarmenCruelSkymarcher.java @@ -30,7 +30,7 @@ import mage.target.common.TargetCardInYourGraveyard; public final class CarmenCruelSkymarcher extends CardImpl { private static final FilterCard filter = new FilterPermanentCard( - " a permanent from your graveyard with mana value less than or equal to {this}'s power"); + "permanent card with mana value less than or equal to {this}'s power from your graveyard"); static { filter.add(CarmenPredicate.instance); } @@ -105,4 +105,4 @@ enum CarmenPredicate implements ObjectSourcePlayerPredicate { return sourcePermanent != null && input.getObject().getManaValue() <= sourcePermanent.getPower().getValue(); } -} \ No newline at end of file +} diff --git a/Mage.Sets/src/mage/cards/d/DugganPrivateDetective.java b/Mage.Sets/src/mage/cards/d/DugganPrivateDetective.java index c769280cb25..26df967809e 100644 --- a/Mage.Sets/src/mage/cards/d/DugganPrivateDetective.java +++ b/Mage.Sets/src/mage/cards/d/DugganPrivateDetective.java @@ -39,7 +39,7 @@ public final class DugganPrivateDetective extends CardImpl { this.addAbility(new SimpleStaticAbility(Zone.ALL, new SetBasePowerToughnessSourceEffect(CardsInControllerHandCount.instance))); // Whenever Duggan enters the battlefield or attacks, investigate. - this.addAbility(new EntersBattlefieldOrAttacksSourceTriggeredAbility(new InvestigateEffect())); + this.addAbility(new EntersBattlefieldOrAttacksSourceTriggeredAbility(new InvestigateEffect().setText("investigate"))); // The Most Important Punch in History -- {1}{G}, {T}: Duggan deals damage equal to twice its power to another target creature. Activate only once. Ability ability = new ActivateOncePerGameActivatedAbility(