mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
Fix Bess, Soul Nourisher
This commit is contained in:
parent
a56bdf5e4f
commit
ee332cd680
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class BessSoulNourisher extends CardImpl {
|
||||||
DynamicValue xValue = new CountersSourceCount(CounterType.P1P1);
|
DynamicValue xValue = new CountersSourceCount(CounterType.P1P1);
|
||||||
this.addAbility(new AttacksTriggeredAbility(new BoostControlledEffect(
|
this.addAbility(new AttacksTriggeredAbility(new BoostControlledEffect(
|
||||||
xValue, xValue, Duration.EndOfTurn,
|
xValue, xValue, Duration.EndOfTurn,
|
||||||
StaticFilters.FILTER_PERMANENT_CREATURE, true
|
filter, true
|
||||||
).setText("each other creature you control with base power and toughness 1/1 " +
|
).setText("each other creature you control with base power and toughness 1/1 " +
|
||||||
"gets +X/+X until end of turn, where X is the number of +1/+1 counters on {this}"),
|
"gets +X/+X until end of turn, where X is the number of +1/+1 counters on {this}"),
|
||||||
false));
|
false));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue