mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixed Kiora Bests the Sea God (wrong permanent filter for chapter II);
This commit is contained in:
parent
23b2bd8b7e
commit
4cb79f786a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public final class KioraBestsTheSeaGod extends CardImpl {
|
|||
sagaAbility.addChapterEffect(
|
||||
this, SagaChapter.CHAPTER_II, SagaChapter.CHAPTER_II,
|
||||
new Effects(new TapAllTargetPlayerControlsEffect(
|
||||
StaticFilters.FILTER_PERMANENT_CREATURES
|
||||
StaticFilters.FILTER_PERMANENTS_NON_LAND
|
||||
), new KioraBestsTheSeaGodEffect()),
|
||||
new TargetOpponent()
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue