mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
rarity fix
This commit is contained in:
parent
f13ba5d7fb
commit
4c42abc9c6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import mage.game.permanent.Permanent;
|
|||
public class BladeOfTheBloodchief extends CardImpl<BladeOfTheBloodchief> {
|
||||
|
||||
public BladeOfTheBloodchief ( UUID ownerId ) {
|
||||
super(ownerId, 196, "Blade of the Bloodchief", Rarity.COMMON, new CardType[]{CardType.ARTIFACT}, "{1}");
|
||||
super(ownerId, 196, "Blade of the Bloodchief", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{1}");
|
||||
this.expansionSetCode = "ZEN";
|
||||
|
||||
this.addAbility(new EquipAbility(Constants.Outcome.AddAbility, new GenericManaCost(1)));
|
||||
|
|
Loading…
Reference in a new issue