mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
fix build error
This commit is contained in:
parent
2b07b6ab6f
commit
825a560416
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public final class Personify extends CardImpl {
|
|||
// Exile target creature you control, then return that card to the battlefield under its owner's control. Create a 1/1 colorless Shapeshifter creature token with changeling.
|
||||
this.getSpellAbility().addTarget(new TargetControlledCreaturePermanent());
|
||||
this.getSpellAbility().addEffect(new ExileThenReturnTargetEffect(false, true));
|
||||
this.getSpellAbility().addEffect(new CreateTokenEffect(new ShapeshifterColorlessToken());
|
||||
this.getSpellAbility().addEffect(new CreateTokenEffect(new ShapeshifterColorlessToken()));
|
||||
}
|
||||
|
||||
private Personify(final Personify card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue