refactor: SimpleStaticAbility default zone (before newline)

This commit is contained in:
xenohedron 2024-11-16 22:18:19 -05:00
parent 994c97e86a
commit 39512d75ac
215 changed files with 223 additions and 223 deletions

View file

@ -22,7 +22,7 @@ public final class KarnConstructToken extends TokenImpl {
power = new MageInt(0);
toughness = new MageInt(0);
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD,
this.addAbility(new SimpleStaticAbility(
new BoostSourceEffect(ArtifactYouControlCount.instance, ArtifactYouControlCount.instance, Duration.WhileOnBattlefield)
.setText("This creature gets +1/+1 for each artifact you control")
));

View file

@ -31,7 +31,7 @@ public final class VrenRatToken extends TokenImpl {
power = new MageInt(1);
toughness = new MageInt(1);
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD,
this.addAbility(new SimpleStaticAbility(
new BoostSourceEffect(new PermanentsOnBattlefieldCount(filter),
new PermanentsOnBattlefieldCount(filter), Duration.WhileOnBattlefield
)