* Glimmer of Genius - Fixed the missing Instant card type.

This commit is contained in:
LevelX2 2016-09-18 00:16:20 +02:00
parent f9789ee078
commit 844b36c7dc

View file

@ -43,9 +43,8 @@ import mage.constants.Rarity;
public class GlimmerOfGenius extends CardImpl {
public GlimmerOfGenius(UUID ownerId) {
super(ownerId, 49, "Glimmer of Genius", Rarity.UNCOMMON, new CardType[]{}, "{3}{U}");
super(ownerId, 49, "Glimmer of Genius", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{3}{U}");
this.expansionSetCode = "KLD";
this.supertype.add("instant");
// Scry 2, then draw two card. You get {E}{E}.
this.getSpellAbility().addEffect(new ScryEffect(2));