Implemented Aven Wind Mage

This commit is contained in:
Evan Kranzler 2018-06-11 19:43:23 -04:00
parent 90afb57a2b
commit 19768424c1
38 changed files with 114 additions and 71 deletions

View file

@ -20,7 +20,7 @@ public class WillKenrithEmblem extends Emblem {
Zone.COMMAND,
new CopyTargetSpellEffect(true)
.setText("copy that spell. You may choose new targets for the copy"),
StaticFilters.FILTER_INSTANT_OR_SORCERY_SPELL,
StaticFilters.FILTER_SPELL_INSTANT_OR_SORCERY,
false,
true
));