mirror of
https://github.com/correl/mage.git
synced 2025-03-16 01:06:34 -09: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(
|
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()
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue