mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08: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.
|
// 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()));
|
this.addAbility(new DiesSourceTriggeredAbility(new EdgarCharmedGroomEffect()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,6 @@ public class VerifyCardDataTest {
|
||||||
|
|
||||||
// power-toughness
|
// power-toughness
|
||||||
skipListCreate(SKIP_LIST_PT);
|
skipListCreate(SKIP_LIST_PT);
|
||||||
skipListAddName(SKIP_LIST_PT, "VOW", "Henrika Domnathi");
|
|
||||||
|
|
||||||
// color
|
// color
|
||||||
skipListCreate(SKIP_LIST_COLOR);
|
skipListCreate(SKIP_LIST_COLOR);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue