* Horobi, Death's Wail - Added missing comma to the name.

This commit is contained in:
LevelX2 2013-08-12 19:07:47 +02:00
parent f7b3ce42e8
commit ef56949b1e

View file

@ -57,7 +57,7 @@ public class HorobiDeathsWail extends CardImpl<HorobiDeathsWail> {
}
public HorobiDeathsWail(UUID ownerId) {
super(ownerId, 117, "Horobi Death's Wail", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{B}{B}");
super(ownerId, 117, "Horobi, Death's Wail", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{B}{B}");
this.expansionSetCode = "CHK";
this.supertype.add("Legendary");
this.subtype.add("Spirit");