Hunter of Eyeblights

not `Of`
This commit is contained in:
Neil Gentleman 2016-07-15 22:30:10 -07:00
parent 16fc86ef1a
commit 62cec1c520

View file

@ -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");