mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Fix typo
This commit is contained in:
parent
699329f522
commit
64cd15bdcf
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public final class VeryCrypticCommandD extends CardImpl {
|
||||||
this.getSpellAbility().getModes().setMinModes(2);
|
this.getSpellAbility().getModes().setMinModes(2);
|
||||||
this.getSpellAbility().getModes().setMaxModes(2);
|
this.getSpellAbility().getModes().setMaxModes(2);
|
||||||
|
|
||||||
// Return target permanent to its controller<EFBFBD>s hand.
|
// Return target permanent to its controller's hand.
|
||||||
this.getSpellAbility().addEffect(new ReturnToHandTargetEffect());
|
this.getSpellAbility().addEffect(new ReturnToHandTargetEffect());
|
||||||
this.getSpellAbility().addTarget(new TargetPermanent());
|
this.getSpellAbility().addTarget(new TargetPermanent());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue