mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
- Fixed #6198
This commit is contained in:
parent
70c81bb1f9
commit
4f7133bd08
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue