forked from External/mage
Fixed card texts: instant or sorcery spell;
This commit is contained in:
parent
a4eecbfb78
commit
207e95e001
14 changed files with 59 additions and 67 deletions
|
|
@ -17,7 +17,7 @@ public final class WillKenrithEmblem extends Emblem {
|
|||
this.getAbilities().add(new SpellCastControllerTriggeredAbility(
|
||||
Zone.COMMAND,
|
||||
new CopyTargetSpellEffect(true).withSpellName("it"),
|
||||
StaticFilters.FILTER_SPELL_INSTANT_OR_SORCERY,
|
||||
StaticFilters.FILTER_SPELL_AN_INSTANT_OR_SORCERY,
|
||||
false,
|
||||
true
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue