Correct Eldrazi Obligator, Essence Depleter, Riptide Chronologist

This commit is contained in:
Neil Gentleman 2016-02-14 15:18:22 -08:00
parent f7a7b2e7a0
commit 03d776c2c1
3 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,6 @@ public class EldraziObligator extends CardImpl {
super(ownerId, 96, "Eldrazi Obligator", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}"); super(ownerId, 96, "Eldrazi Obligator", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}");
this.expansionSetCode = "OGW"; this.expansionSetCode = "OGW";
this.subtype.add("Eldrazi"); this.subtype.add("Eldrazi");
this.subtype.add("Drone");
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(1); this.toughness = new MageInt(1);

View file

@ -52,6 +52,7 @@ public class EssenceDepleter extends CardImpl {
super(ownerId, 69, "Essence Depleter", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{B}"); super(ownerId, 69, "Essence Depleter", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{B}");
this.expansionSetCode = "OGW"; this.expansionSetCode = "OGW";
this.subtype.add("Eldrazi"); this.subtype.add("Eldrazi");
this.subtype.add("Drone");
this.power = new MageInt(2); this.power = new MageInt(2);
this.toughness = new MageInt(3); this.toughness = new MageInt(3);

View file

@ -56,7 +56,7 @@ import mage.players.Player;
public class RiptideChronologist extends CardImpl { public class RiptideChronologist extends CardImpl {
public RiptideChronologist(UUID ownerId) { public RiptideChronologist(UUID ownerId) {
super(ownerId, 107, "Riptide Chronologist", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{U}"); super(ownerId, 107, "Riptide Chronologist", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{U}{U}");
this.expansionSetCode = "ONS"; this.expansionSetCode = "ONS";
this.subtype.add("Human"); this.subtype.add("Human");
this.subtype.add("Wizard"); this.subtype.add("Wizard");