mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
updated Dread Warlock creature type
This commit is contained in:
parent
80790b74e7
commit
a99afc763d
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -93,6 +93,7 @@ public class VerifyCardDataTest {
|
|||
// subtype
|
||||
skipListCreate("SUBTYPE");
|
||||
skipListAddName("SUBTYPE", "UGL", "Miss Demeanor");
|
||||
skipListAddName("SUBTYPE", "M10", "Dread Warlock");
|
||||
|
||||
// number
|
||||
skipListCreate("NUMBER");
|
||||
|
|
Loading…
Reference in a new issue