fix Bess, Soul Nourisher (#11027)

This commit is contained in:
Susucre 2023-08-26 03:11:50 +02:00 committed by GitHub
parent 6532ca9f66
commit a8802e25c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ public class BessSoulNourisher extends CardImpl {
DynamicValue xValue = new CountersSourceCount(CounterType.P1P1);
this.addAbility(new AttacksTriggeredAbility(new BoostControlledEffect(
xValue, xValue, Duration.EndOfTurn,
StaticFilters.FILTER_PERMANENT_CREATURE, true
StaticFilters.FILTER_PERMANENT_CREATURE, true, true
).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}"),
false));