fixed Kiora Bests the Sea God (wrong permanent filter for chapter II);

This commit is contained in:
Oleg Agafonov 2020-01-08 22:29:28 +04:00
parent 23b2bd8b7e
commit 4cb79f786a

View file

@ -50,7 +50,7 @@ public final class KioraBestsTheSeaGod extends CardImpl {
sagaAbility.addChapterEffect( sagaAbility.addChapterEffect(
this, SagaChapter.CHAPTER_II, SagaChapter.CHAPTER_II, this, SagaChapter.CHAPTER_II, SagaChapter.CHAPTER_II,
new Effects(new TapAllTargetPlayerControlsEffect( new Effects(new TapAllTargetPlayerControlsEffect(
StaticFilters.FILTER_PERMANENT_CREATURES StaticFilters.FILTER_PERMANENTS_NON_LAND
), new KioraBestsTheSeaGodEffect()), ), new KioraBestsTheSeaGodEffect()),
new TargetOpponent() new TargetOpponent()
); );