updated Dragon Egg's subtypes

This commit is contained in:
Evan Kranzler 2018-06-22 15:56:52 -04:00
parent b862949133
commit bde05efec6

View file

@ -1,4 +1,3 @@
package mage.cards.d; package mage.cards.d;
import java.util.UUID; import java.util.UUID;
@ -20,7 +19,7 @@ public final class DragonEgg extends CardImpl {
public DragonEgg(UUID ownerId, CardSetInfo setInfo) { public DragonEgg(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{R}"); super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{R}");
this.subtype.add(SubType.DRAGON); this.subtype.add(SubType.DRAGON, SubType.EGG);
this.power = new MageInt(0); this.power = new MageInt(0);
this.toughness = new MageInt(2); this.toughness = new MageInt(2);