Fix the set code of Masters Edition Spectral Bears

This commit is contained in:
LoneFox 2015-08-19 12:07:17 +03:00
parent 2165e78130
commit 6085ebb5db

View file

@ -52,7 +52,7 @@ public class SpectralBears extends CardImpl {
public SpectralBears(UUID ownerId) {
super(ownerId, 131, "Spectral Bears", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{G}");
this.expansionSetCode = "HML";
this.expansionSetCode = "MED";
this.subtype.add("Bear");
this.subtype.add("Spirit");
this.power = new MageInt(3);