From d392cfba0b94af7bcbfad2367e791ea2c6280e64 Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Sun, 14 Aug 2022 12:37:48 -0400 Subject: [PATCH] [SOI] Remove unused target from Epiphany at the Drownyard --- Mage.Sets/src/mage/cards/e/EpiphanyAtTheDrownyard.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/e/EpiphanyAtTheDrownyard.java b/Mage.Sets/src/mage/cards/e/EpiphanyAtTheDrownyard.java index ef5800585a5..33bf8142582 100644 --- a/Mage.Sets/src/mage/cards/e/EpiphanyAtTheDrownyard.java +++ b/Mage.Sets/src/mage/cards/e/EpiphanyAtTheDrownyard.java @@ -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) {