mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Lochmere Serpent's third ability
This commit is contained in:
parent
4aee68a8ed
commit
7af23cbe23
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue