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
|
|
@ -44,7 +44,7 @@ import mage.game.Game;
|
|||
public class BloodTithe extends CardImpl<BloodTithe> {
|
||||
|
||||
public BloodTithe(UUID ownerId) {
|
||||
super(ownerId, "Blood Tithe", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{3}{B}");
|
||||
super(ownerId, 84, "Blood Tithe", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{3}{B}");
|
||||
this.expansionSetCode = "M11";
|
||||
this.getColor().setBlack(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue