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
4cb79f786a
commit
ba85e267a4
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class KioraBestsTheSeaGodEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
game.addEffect(new DontUntapInControllersNextUntapStepTargetEffect()
|
||||
.setTargetPointer(new FixedTargets(game.getBattlefield().getAllActivePermanents(
|
||||
StaticFilters.FILTER_PERMANENT_CREATURE, source.getFirstTarget(), game
|
||||
StaticFilters.FILTER_PERMANENTS_NON_LAND, source.getFirstTarget(), game
|
||||
), game)), source
|
||||
);
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue