diff --git a/Mage.Sets/src/mage/cards/a/AgentFrankHorrigan.java b/Mage.Sets/src/mage/cards/a/AgentFrankHorrigan.java index f251a149c62..8f8abee5938 100644 --- a/Mage.Sets/src/mage/cards/a/AgentFrankHorrigan.java +++ b/Mage.Sets/src/mage/cards/a/AgentFrankHorrigan.java @@ -44,7 +44,7 @@ public final class AgentFrankHorrigan extends CardImpl { // Whenever Agent Frank Horrigan enters the battlefield or attacks, proliferate twice. Ability ability = new EntersBattlefieldOrAttacksSourceTriggeredAbility(new ProliferateEffect(false)); - ability.addEffect(new ProliferateEffect().setText("twice")); + ability.addEffect(new ProliferateEffect().setText(" twice")); this.addAbility(ability); } diff --git a/Mage.Sets/src/mage/cards/k/KellanInquisitiveProdigy.java b/Mage.Sets/src/mage/cards/k/KellanInquisitiveProdigy.java index c77beacdf34..273c096e200 100644 --- a/Mage.Sets/src/mage/cards/k/KellanInquisitiveProdigy.java +++ b/Mage.Sets/src/mage/cards/k/KellanInquisitiveProdigy.java @@ -51,7 +51,7 @@ public final class KellanInquisitiveProdigy extends AdventureCard { // Tail the Suspect // Investigate. You may play an additional land this turn. - this.getSpellCard().getSpellAbility().addEffect(new InvestigateEffect()); + this.getSpellCard().getSpellAbility().addEffect(new InvestigateEffect(false)); this.getSpellCard().getSpellAbility().addEffect(new PlayAdditionalLandsControllerEffect(1, Duration.EndOfTurn)); this.finalizeAdventure(); diff --git a/Mage.Sets/src/mage/cards/t/TesakJudithsHellhound.java b/Mage.Sets/src/mage/cards/t/TesakJudithsHellhound.java index fda6b0e25f7..ad38d3cdcad 100644 --- a/Mage.Sets/src/mage/cards/t/TesakJudithsHellhound.java +++ b/Mage.Sets/src/mage/cards/t/TesakJudithsHellhound.java @@ -32,7 +32,7 @@ import java.util.UUID; public final class TesakJudithsHellhound extends CardImpl { private static final FilterCreaturePermanent filter1 = new FilterCreaturePermanent(SubType.DOG, "Dogs"); - private static final FilterControlledCreaturePermanent filter2 = new FilterControlledCreaturePermanent("Creatures you control with counters on them"); + private static final FilterControlledCreaturePermanent filter2 = new FilterControlledCreaturePermanent("Creatures you control with counters on them"); private static final FilterCard filter3 = new FilterCreatureCard(); static {