mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Correct Eldrazi Obligator, Essence Depleter, Riptide Chronologist
This commit is contained in:
parent
f7a7b2e7a0
commit
03d776c2c1
3 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,6 @@ public class EldraziObligator extends CardImpl {
|
|||
super(ownerId, 96, "Eldrazi Obligator", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}");
|
||||
this.expansionSetCode = "OGW";
|
||||
this.subtype.add("Eldrazi");
|
||||
this.subtype.add("Drone");
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(1);
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@ public class EssenceDepleter extends CardImpl {
|
|||
super(ownerId, 69, "Essence Depleter", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{B}");
|
||||
this.expansionSetCode = "OGW";
|
||||
this.subtype.add("Eldrazi");
|
||||
this.subtype.add("Drone");
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(3);
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ import mage.players.Player;
|
|||
public class RiptideChronologist extends CardImpl {
|
||||
|
||||
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.subtype.add("Human");
|
||||
this.subtype.add("Wizard");
|
||||
|
|
Loading…
Reference in a new issue