mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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) {
|
public ClatteringAugur(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
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.subtype.add(SubType.SHAMAN);
|
||||||
this.power = new MageInt(1);
|
this.power = new MageInt(1);
|
||||||
this.toughness = new MageInt(1);
|
this.toughness = new MageInt(1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue