mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
Added a test.
This commit is contained in:
parent
53396a44f2
commit
59ae174d2b
2 changed files with 44 additions and 0 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue