Added a test.

This commit is contained in:
LevelX2 2015-06-04 13:58:20 +02:00
parent 53396a44f2
commit 59ae174d2b
2 changed files with 44 additions and 0 deletions

View file

@ -48,6 +48,7 @@ public class ButcherGhoul extends CardImpl {
this.power = new MageInt(1);
this.toughness = new MageInt(1);
// Undying (When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)
this.addAbility(new UndyingAbility());
}