mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
text fixes
This commit is contained in:
parent
4c50f7a06f
commit
8cfdb70a3d
2 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue