forked from External/mage
fix error
This commit is contained in:
parent
ea2dca6410
commit
96dbfc757e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public final class SokkaLateralStrategist extends CardImpl {
|
||||||
class SokkaLateralStrategistTriggeredAbility extends TriggeredAbilityImpl {
|
class SokkaLateralStrategistTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
|
|
||||||
SokkaLateralStrategistTriggeredAbility() {
|
SokkaLateralStrategistTriggeredAbility() {
|
||||||
super(Zone.BATTLEFIELD, new DrawCardSourceControllerEffect());
|
super(Zone.BATTLEFIELD, new DrawCardSourceControllerEffect(1));
|
||||||
this.setTriggerPhrase("Whenever {this} and at least one other creature attack, ");
|
this.setTriggerPhrase("Whenever {this} and at least one other creature attack, ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue