fixed test failure

This commit is contained in:
Evan Kranzler 2021-06-11 08:49:07 -04:00
parent 0acc2d4f36
commit c63c00be3b

View file

@ -27,7 +27,7 @@ public final class ClatteringAugur extends CardImpl {
public ClatteringAugur(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{B}");
this.subtype.add(SubType.ZOMBIE);
this.subtype.add(SubType.SKELETON);
this.subtype.add(SubType.SHAMAN);
this.power = new MageInt(1);
this.toughness = new MageInt(1);