text fixes

This commit is contained in:
xenohedron 2024-03-29 01:33:05 -04:00
parent 4c50f7a06f
commit 8cfdb70a3d
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ public final class BiggerOnTheInside extends CardImpl {
// Enchanted permanent has "{T}: Target player adds two mana of any one color. The next spell they cast this turn has cascade."
Ability gainedAbility = new SimpleActivatedAbility(Zone.BATTLEFIELD, new BiggerOnTheInsideEffect(), new TapSourceCost());
gainedAbility.addTarget(new TargetPlayer());
Effect effect = new GainAbilityAttachedEffect(gainedAbility, AttachmentType.AURA);
Effect effect = new GainAbilityAttachedEffect(gainedAbility, AttachmentType.AURA, Duration.WhileOnBattlefield, null, "permanent");
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, effect));
}

View file

@ -46,7 +46,7 @@ public final class SecuritronSquadron extends CardImpl {
// Whenever a creature token enters the battlefield under your control, put a +1/+1 counter on it.
this.addAbility(new EntersBattlefieldControlledTriggeredAbility(
Zone.BATTLEFIELD,
new AddCountersTargetEffect(CounterType.P1P1.createInstance()),
new AddCountersTargetEffect(CounterType.P1P1.createInstance()).setText("put a +1/+1 counter on it"),
filter,
false,
SetTargetPointer.PERMANENT