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(