mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[IKO] Survivors' Bond - fixed missing spell mode;
This commit is contained in:
parent
79b31a879b
commit
ec6bba451b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class SurvivorsBond extends CardImpl {
|
||||||
|
|
||||||
// Choose one or both —
|
// Choose one or both —
|
||||||
this.getSpellAbility().getModes().setMinModes(1);
|
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.
|
// • Return target Human creature card from your graveyard to your hand.
|
||||||
this.getSpellAbility().addEffect(new ReturnFromGraveyardToHandTargetEffect());
|
this.getSpellAbility().addEffect(new ReturnFromGraveyardToHandTargetEffect());
|
||||||
|
|
Loading…
Reference in a new issue