mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
updated Dragon Egg's subtypes
This commit is contained in:
parent
b862949133
commit
bde05efec6
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue