mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
fix text
This commit is contained in:
parent
504889b7b4
commit
3598b79adc
3 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue