[SOI] Remove unused target from Epiphany at the Drownyard

This commit is contained in:
Alex W. Jackson 2022-08-14 12:37:48 -04:00
parent f683ce74d6
commit d392cfba0b

View file

@ -30,7 +30,6 @@ public final class EpiphanyAtTheDrownyard extends CardImpl {
// Reveal the top X plus one cards of your library and separate them into two piles. An opponent chooses one of those piles. Put that pile into your hand and the other into your graveyard.
this.getSpellAbility().addEffect(new EpiphanyAtTheDrownyardEffect());
this.getSpellAbility().addTarget(new TargetOpponent());
}
private EpiphanyAtTheDrownyard(final EpiphanyAtTheDrownyard card) {