fix build error

This commit is contained in:
theelk801 2026-01-07 09:21:35 -05:00
parent 2b07b6ab6f
commit 825a560416

View file

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