[IKO] Survivors' Bond - fixed missing spell mode;

This commit is contained in:
Oleg Agafonov 2020-04-19 21:48:23 +04:00
parent 79b31a879b
commit ec6bba451b

View file

@ -33,7 +33,7 @@ public final class SurvivorsBond extends CardImpl {
// Choose one or both
this.getSpellAbility().getModes().setMinModes(1);
this.getSpellAbility().getModes().setMinModes(2);
this.getSpellAbility().getModes().setMaxModes(2);
// Return target Human creature card from your graveyard to your hand.
this.getSpellAbility().addEffect(new ReturnFromGraveyardToHandTargetEffect());