From bb5536b458836883e88aa918c654b2091e278a3e Mon Sep 17 00:00:00 2001 From: Steven Knipe Date: Mon, 24 Nov 2025 18:08:42 -0800 Subject: [PATCH] Fix Sokka and Sukki target --- Mage.Sets/src/mage/cards/s/SokkaAndSuki.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/SokkaAndSuki.java b/Mage.Sets/src/mage/cards/s/SokkaAndSuki.java index ac50d9b86a7..bab01efc152 100644 --- a/Mage.Sets/src/mage/cards/s/SokkaAndSuki.java +++ b/Mage.Sets/src/mage/cards/s/SokkaAndSuki.java @@ -37,7 +37,7 @@ public final class SokkaAndSuki extends CardImpl { // Whenever Sokka and Suki or another Ally you control enters, attach up to one target Equipment you control to that creature. Ability ability = new EntersBattlefieldThisOrAnotherTriggeredAbility( - new SokkaAndSukiEffect(), filter, false, SetTargetPointer.PERMANENT, true + new SokkaAndSukiEffect(), filter, false, true ); ability.addTarget(new TargetPermanent( 0, 1, StaticFilters.FILTER_CONTROLLED_PERMANENT_EQUIPMENT