mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
[MH2] fixed Verdant Command not targeting with first mode (fixes #7905)
This commit is contained in:
parent
9fd29bae06
commit
6d827c9b5e
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue