mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
* Horobi, Death's Wail - Added missing comma to the name.
This commit is contained in:
parent
f7b3ce42e8
commit
ef56949b1e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue