mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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…
Add table
Add a link
Reference in a new issue