removed temporary verify skip

This commit is contained in:
Evan Kranzler 2021-11-08 08:46:14 -05:00
parent 294fed74ab
commit 1a28d43461
2 changed files with 1 additions and 1 deletions

View file

@ -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()));
}

View file

@ -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);