mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Added subtype of Equipment!
This commit is contained in:
parent
e5e9b04917
commit
db8f22111f
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ public class BladeOfTheBloodchief extends CardImpl<BladeOfTheBloodchief> {
|
|||
public BladeOfTheBloodchief ( UUID ownerId ) {
|
||||
super(ownerId, 196, "Blade of the Bloodchief", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{1}");
|
||||
this.expansionSetCode = "ZEN";
|
||||
this.getSubtype().add("Equipment");
|
||||
|
||||
this.addAbility(new EquipAbility(Constants.Outcome.AddAbility, new GenericManaCost(1)));
|
||||
this.addAbility(new BladeOfTheBloodChiefTriggeredAbility());
|
||||
|
|
Loading…
Reference in a new issue