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