mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09:00
[M19] fixed Satyr Enchanter trigger being optional (fixes #7587)
This commit is contained in:
parent
bb696b4210
commit
593d25d6be
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public final class SatyrEnchanter extends CardImpl {
|
|||
|
||||
// Whenever you cast an enchantment spell, draw a card.
|
||||
this.addAbility(new SpellCastControllerTriggeredAbility(
|
||||
new DrawCardSourceControllerEffect(1), filter, true
|
||||
new DrawCardSourceControllerEffect(1), filter, false
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue