mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
fixed test failure
This commit is contained in:
parent
0acc2d4f36
commit
c63c00be3b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue