mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Fix the set code of Masters Edition Spectral Bears
This commit is contained in:
parent
2165e78130
commit
6085ebb5db
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue