fixed Lochmere Serpent's third ability

This commit is contained in:
Evan Kranzler 2019-09-12 07:47:54 -04:00
parent 4aee68a8ed
commit 7af23cbe23

View file

@ -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. // {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( ability = new ActivateAsSorceryActivatedAbility(
Zone.BATTLEFIELD, Zone.GRAVEYARD,
new ExileTargetEffect().setText("Exile five target cards from an opponent's graveyard."), new ExileTargetEffect().setText("Exile five target cards from an opponent's graveyard."),
new ManaCostsImpl("{U}{B}") new ManaCostsImpl("{U}{B}")
); );