mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[MID] fixed Moonveil Regent not drawing cards (fixes #8479)
This commit is contained in:
parent
c439f6d621
commit
697beedb7d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public final class MoonveilRegent extends CardImpl {
|
|||
new DrawCardSourceControllerEffect(MoonveilRegentSpellValue.instance)
|
||||
.setText("draw a card for each of that spell's colors"),
|
||||
new DiscardHandCost()
|
||||
), false));
|
||||
), StaticFilters.FILTER_SPELL_A, false, true));
|
||||
|
||||
// When Moonveil Regent dies, it deals X damage to any target, where X is the number of colors among permanents you control.
|
||||
Ability ability = new DiesSourceTriggeredAbility(new DamageTargetEffect(
|
||||
|
|
Loading…
Add table
Reference in a new issue