mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00: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…
Reference in a new issue