mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
removed temporary verify skip
This commit is contained in:
parent
294fed74ab
commit
1a28d43461
2 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,7 @@ public final class EdgarCharmedGroom extends CardImpl {
|
|||
)));
|
||||
|
||||
// When Edgar, Charmed Groom dies, return it to the battlefield transformed under its owner's control.
|
||||
this.addAbility(new TransformAbility());
|
||||
this.addAbility(new DiesSourceTriggeredAbility(new EdgarCharmedGroomEffect()));
|
||||
}
|
||||
|
||||
|
|
|
@ -89,7 +89,6 @@ public class VerifyCardDataTest {
|
|||
|
||||
// power-toughness
|
||||
skipListCreate(SKIP_LIST_PT);
|
||||
skipListAddName(SKIP_LIST_PT, "VOW", "Henrika Domnathi");
|
||||
|
||||
// color
|
||||
skipListCreate(SKIP_LIST_COLOR);
|
||||
|
|
Loading…
Reference in a new issue