mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify failure
This commit is contained in:
parent
1c56342485
commit
08130d98b1
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import mage.game.Controllable;
|
|||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.ClueArtifactToken;
|
||||
import mage.target.common.TargetCreaturePermanent;
|
||||
|
||||
import java.util.Optional;
|
||||
import java.util.UUID;
|
||||
|
|
@ -25,6 +26,7 @@ public final class SoldOut extends CardImpl {
|
|||
|
||||
// Exile target creature. If it was dealt damage this turn, create a Clue token.
|
||||
this.getSpellAbility().addEffect(new SoldOutEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
}
|
||||
|
||||
private SoldOut(final SoldOut card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue