fix error

This commit is contained in:
theelk801 2025-08-15 14:40:57 -04:00
parent ea2dca6410
commit 96dbfc757e

View file

@ -50,7 +50,7 @@ public final class SokkaLateralStrategist extends CardImpl {
class SokkaLateralStrategistTriggeredAbility extends TriggeredAbilityImpl {
SokkaLateralStrategistTriggeredAbility() {
super(Zone.BATTLEFIELD, new DrawCardSourceControllerEffect());
super(Zone.BATTLEFIELD, new DrawCardSourceControllerEffect(1));
this.setTriggerPhrase("Whenever {this} and at least one other creature attack, ");
}