Fix Sokka and Sukki target

This commit is contained in:
Steven Knipe 2025-11-24 18:08:42 -08:00
parent 074f58d341
commit bb5536b458

View file

@ -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. // 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( Ability ability = new EntersBattlefieldThisOrAnotherTriggeredAbility(
new SokkaAndSukiEffect(), filter, false, SetTargetPointer.PERMANENT, true new SokkaAndSukiEffect(), filter, false, true
); );
ability.addTarget(new TargetPermanent( ability.addTarget(new TargetPermanent(
0, 1, StaticFilters.FILTER_CONTROLLED_PERMANENT_EQUIPMENT 0, 1, StaticFilters.FILTER_CONTROLLED_PERMANENT_EQUIPMENT