mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fix test failure
This commit is contained in:
parent
df5f124966
commit
12a90f389e
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public final class SeedpodCaretaker extends CardImpl {
|
|||
|
||||
// * Transform target Incubator token you control.
|
||||
ability.addMode(new Mode(new SeedpodCaretakerEffect()).addTarget(new TargetPermanent(filter)));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private SeedpodCaretaker(final SeedpodCaretaker card) {
|
||||
|
|
Loading…
Reference in a new issue