From 4cb79f786a66b84c81624b20a707617a2e729d85 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Wed, 8 Jan 2020 22:29:28 +0400 Subject: [PATCH] fixed Kiora Bests the Sea God (wrong permanent filter for chapter II); --- Mage.Sets/src/mage/cards/k/KioraBestsTheSeaGod.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/k/KioraBestsTheSeaGod.java b/Mage.Sets/src/mage/cards/k/KioraBestsTheSeaGod.java index b674c2d565..d2174bcd48 100644 --- a/Mage.Sets/src/mage/cards/k/KioraBestsTheSeaGod.java +++ b/Mage.Sets/src/mage/cards/k/KioraBestsTheSeaGod.java @@ -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() );