This commit is contained in:
Oleg Agafonov 2019-07-01 12:00:39 +04:00
parent 699329f522
commit 64cd15bdcf

View file

@ -50,7 +50,7 @@ public final class VeryCrypticCommandD extends CardImpl {
this.getSpellAbility().getModes().setMinModes(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().addTarget(new TargetPermanent());