[MH2] fixed Verdant Command not targeting with first mode (fixes #7905)

This commit is contained in:
Evan Kranzler 2021-06-13 08:44:42 -04:00
parent 9fd29bae06
commit 6d827c9b5e

View file

@ -44,6 +44,7 @@ public final class VerdantCommand extends CardImpl {
this.getSpellAbility().addEffect(new CreateTokenTargetEffect(
new SquirrelToken(), StaticValue.get(2), true, false
));
this.getSpellAbility().addTarget(new TargetPlayer());
// Counter target loyalty ability of a planeswalker.
Mode mode = new Mode(new CounterTargetEffect());