mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
* Serra the Benevolent - fixed wrong text for +2 ability;
This commit is contained in:
parent
2b576241df
commit
f15d5d34f1
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ public final class SerraTheBenevolent extends CardImpl {
|
|||
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(4));
|
||||
|
||||
// +2: Creatures you control with flying get +1/+1 until end of turn.
|
||||
this.addAbility(new LoyaltyAbility(new BoostControlledEffect(1, 1, Duration.EndOfTurn, filter), 2));
|
||||
this.addAbility(new LoyaltyAbility(new BoostControlledEffect(1, 1, Duration.EndOfTurn, filter)
|
||||
.setText("Creatures you control with flying get +1/+1 until end of turn"), 2));
|
||||
|
||||
// -3: Create a 4/4 white Angel creature token with flying and vigilance.
|
||||
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new AngelVigilanceToken()), -3));
|
||||
|
|
Loading…
Reference in a new issue