mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
fixed test failure
This commit is contained in:
parent
329e6ac126
commit
d9d973e50e
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ import mage.abilities.effects.common.LoseLifeSourceControllerEffect;
|
|||
import mage.abilities.effects.common.SacrificeAllEffect;
|
||||
import mage.abilities.effects.common.TransformSourceEffect;
|
||||
import mage.abilities.keyword.FlyingAbility;
|
||||
import mage.abilities.keyword.TransformAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
|
@ -49,6 +50,7 @@ public final class HenrikaDomnathi extends CardImpl {
|
|||
|
||||
// • Transform Henrika Domnathi.
|
||||
ability.addEffect(new TransformSourceEffect());
|
||||
this.addAbility(new TransformAbility());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
@ -89,6 +89,7 @@ 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