This commit is contained in:
jeffwadsworth 2020-01-17 15:40:27 -06:00
parent 70c81bb1f9
commit 4f7133bd08

View file

@ -28,7 +28,7 @@ public final class RiseToGlory 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 creature card from your graveyard to the battlefield. // Return target creature card from your graveyard to the battlefield.
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect()); this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());