mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[KHM] fixed an issue with Lathril, Blade of the Elves (fixes #7461)
This commit is contained in:
parent
633a192e20
commit
bed690cc12
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public final class LathrilBladeOfTheElves extends CardImpl {
|
|||
// Whenever Lathril, Blade of the Elves deals combat damage to a player, create that many 1/1 green Elf Warrior creature tokens.
|
||||
this.addAbility(new DealsCombatDamageToAPlayerTriggeredAbility(new CreateTokenEffect(
|
||||
new ElfToken(), LathrilBladeOfTheElvesValue.instance
|
||||
).setText("create that many 1/1 green Elf Warrior creature tokens"), false));
|
||||
).setText("create that many 1/1 green Elf Warrior creature tokens"), false, true));
|
||||
|
||||
// {T}, Tap ten untapped Elves you control: Each opponent loses 10 life and you gain 10 life.
|
||||
Ability ability = new SimpleActivatedAbility(new LoseLifeOpponentsEffect(10), new TapSourceCost());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue