Fixed verify error

This commit is contained in:
Daniel Bomar 2021-06-03 19:55:29 -05:00
parent cdca453738
commit 9581fe16e3
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -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));