Fixed missing color to the created token of Deathpact Angel.

This commit is contained in:
LevelX2 2013-02-11 19:06:40 +01:00
parent b731cb4e84
commit 590de413e3

View file

@ -91,8 +91,9 @@ class DeathpactAngelToken extends Token {
public DeathpactAngelToken() {
super("Cleric", "1/1 white and black Cleric creature token onto the battlefield. It has \"{3}{W}{B}{B}, {T}, Sacrifice this creature: Return a card named Deathpact Angel from your graveyard to the battlefield.\"");
cardType.add(CardType.CREATURE);
color = ObjectColor.BLACK;
color.setWhite(true);
color.setBlack(true);
subtype.add("Cleric");