mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
* Glimmer of Genius - Fixed the missing Instant card type.
This commit is contained in:
parent
f9789ee078
commit
844b36c7dc
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue