From 4f7133bd089406d0df1ef6e4da52069b08570306 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Fri, 17 Jan 2020 15:40:27 -0600 Subject: [PATCH] - Fixed #6198 --- Mage.Sets/src/mage/cards/r/RiseToGlory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/r/RiseToGlory.java b/Mage.Sets/src/mage/cards/r/RiseToGlory.java index 55e915dffe..10a8520514 100644 --- a/Mage.Sets/src/mage/cards/r/RiseToGlory.java +++ b/Mage.Sets/src/mage/cards/r/RiseToGlory.java @@ -28,7 +28,7 @@ public final class RiseToGlory extends CardImpl { // Choose one or both — 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. this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());