mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Hunter of Eyeblights
not `Of`
This commit is contained in:
parent
16fc86ef1a
commit
62cec1c520
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class HunterOfEyeblights extends CardImpl {
|
||||||
}
|
}
|
||||||
|
|
||||||
public HunterOfEyeblights(UUID ownerId) {
|
public HunterOfEyeblights(UUID ownerId) {
|
||||||
super(ownerId, 119, "Hunter Of Eyeblights", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}");
|
super(ownerId, 119, "Hunter of Eyeblights", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}");
|
||||||
this.expansionSetCode = "LRW";
|
this.expansionSetCode = "LRW";
|
||||||
this.subtype.add("Elf");
|
this.subtype.add("Elf");
|
||||||
this.subtype.add("Assassin");
|
this.subtype.add("Assassin");
|
||||||
|
|
Loading…
Reference in a new issue