mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Fixed verify error
This commit is contained in:
parent
cdca453738
commit
9581fe16e3
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ public final class GlimpseOfTomorrow extends CardImpl {
|
|||
public GlimpseOfTomorrow(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "");
|
||||
|
||||
this.color.setRed(true);
|
||||
|
||||
// Suspend 3—{R}{R}
|
||||
this.addAbility(new SuspendAbility(3, new ManaCostsImpl<>("{R}{R}"), this));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue