forked from External/mage
added cardNumber to card - updated some cards
This commit is contained in:
parent
04f92628c2
commit
44785178bf
546 changed files with 572 additions and 466 deletions
|
|
@ -48,7 +48,7 @@ import mage.players.Player;
|
|||
public class HowlingBanshee extends CardImpl<HowlingBanshee> {
|
||||
|
||||
public HowlingBanshee(UUID ownerId) {
|
||||
super(ownerId, "Howling Banshee", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{B}{B}");
|
||||
super(ownerId, 99, "Howling Banshee", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{B}{B}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Spirit");
|
||||
this.color.setBlack(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue