mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
changed Dragon Egg back until MTGJSON is updated with M19
This commit is contained in:
parent
6477334e17
commit
b473e07d51
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public final class DragonEgg extends CardImpl {
|
|||
|
||||
public DragonEgg(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{R}");
|
||||
this.subtype.add(SubType.DRAGON, SubType.EGG);
|
||||
this.subtype.add(SubType.DRAGON);//, SubType.EGG); uncomment when MTGJSON is updated with M19
|
||||
|
||||
this.power = new MageInt(0);
|
||||
this.toughness = new MageInt(2);
|
||||
|
|
Loading…
Reference in a new issue