From ee332cd680fc799ea158f4b7a0c031693a01b96c Mon Sep 17 00:00:00 2001 From: PurpleCrowbar <26198472+PurpleCrowbar@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:27:33 +0000 Subject: [PATCH] Fix Bess, Soul Nourisher --- Mage.Sets/src/mage/cards/b/BessSoulNourisher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/b/BessSoulNourisher.java b/Mage.Sets/src/mage/cards/b/BessSoulNourisher.java index de0768d98c4..ac9db099dbf 100644 --- a/Mage.Sets/src/mage/cards/b/BessSoulNourisher.java +++ b/Mage.Sets/src/mage/cards/b/BessSoulNourisher.java @@ -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 + filter, 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));