From 7af23cbe23a0d7dcd8acca8b47ea3ab1018a38c3 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Thu, 12 Sep 2019 07:47:54 -0400 Subject: [PATCH] fixed Lochmere Serpent's third ability --- Mage.Sets/src/mage/cards/l/LochmereSerpent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/l/LochmereSerpent.java b/Mage.Sets/src/mage/cards/l/LochmereSerpent.java index 8bc41a7bfb..8e6c99faef 100644 --- a/Mage.Sets/src/mage/cards/l/LochmereSerpent.java +++ b/Mage.Sets/src/mage/cards/l/LochmereSerpent.java @@ -58,7 +58,7 @@ public final class LochmereSerpent extends CardImpl { // {U}{B}: Exile five target cards from an opponent's graveyard. Return Lochmere Serpent from your graveyard to your hand. Activate this ability only any time you could cast a sorcery. ability = new ActivateAsSorceryActivatedAbility( - Zone.BATTLEFIELD, + Zone.GRAVEYARD, new ExileTargetEffect().setText("Exile five target cards from an opponent's graveyard."), new ManaCostsImpl("{U}{B}") );