mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fix card numbers of 4th edition Blessing and 5th edition Heal
This commit is contained in:
parent
4c446bd1c5
commit
ff8d0dad87
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ public class Heal extends mage.sets.iceage.Heal {
|
|||
|
||||
public Heal(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 309;
|
||||
this.cardNumber = 308;
|
||||
this.expansionSetCode = "5ED";
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class Blessing extends CardImpl {
|
||||
|
||||
public Blessing(UUID ownerId) {
|
||||
super(ownerId, 1, "Blessing", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}");
|
||||
super(ownerId, 259, "Blessing", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}");
|
||||
this.expansionSetCode = "4ED";
|
||||
this.subtype.add("Aura");
|
||||
|
||||
|
|
Loading…
Reference in a new issue