mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Fixed both Runed Servitors (wrong sets and collector ids).
This commit is contained in:
parent
b235f31fa7
commit
ec60feadd8
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ public class RunedServitor extends mage.sets.riseoftheeldrazi.RunedServitor {
|
|||
public RunedServitor(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 42;
|
||||
this.expansionSetCode = "ROE";
|
||||
this.expansionSetCode = "DDF";
|
||||
}
|
||||
|
||||
public RunedServitor(final RunedServitor card) {
|
||||
|
|
|
@ -43,7 +43,7 @@ public class RunedServitor extends CardImpl<RunedServitor> {
|
|||
|
||||
public RunedServitor(UUID ownerId) {
|
||||
super(ownerId, 224, "Runed Servitor", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}");
|
||||
this.expansionSetCode = "DDF";
|
||||
this.expansionSetCode = "ROE";
|
||||
this.subtype.add("Construct");
|
||||
|
||||
this.power = new MageInt(2);
|
||||
|
|
Loading…
Reference in a new issue