updated Dread Warlock creature type

This commit is contained in:
Evan Kranzler 2019-09-24 20:07:12 -04:00
parent 80790b74e7
commit a99afc763d
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ public final class DreadWarlock extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{1}{B}{B}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.WARLOCK);
this.power = new MageInt(2);
this.toughness = new MageInt(2);

View file

@ -93,6 +93,7 @@ public class VerifyCardDataTest {
// subtype
skipListCreate("SUBTYPE");
skipListAddName("SUBTYPE", "UGL", "Miss Demeanor");
skipListAddName("SUBTYPE", "M10", "Dread Warlock");
// number
skipListCreate("NUMBER");