mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fix Flowerfoot Swordmaster
This commit is contained in:
parent
c79d8459aa
commit
d5187fc7a3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public final class FlowerfootSwordmaster extends CardImpl {
|
|||
|
||||
// Valiant -- Whenever this creature becomes the target of a spell or ability you control for the first time each turn, Mice you control get +1/+0 until end of turn.
|
||||
this.addAbility(new ValiantTriggeredAbility(new BoostControlledEffect(
|
||||
1, 1, Duration.EndOfTurn, filter
|
||||
1, 0, Duration.EndOfTurn, filter
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue