mirror of
https://github.com/correl/mage.git
synced 2025-01-14 03:00:10 +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) {
|
public boolean apply(Game game, Ability source) {
|
||||||
game.addEffect(new DontUntapInControllersNextUntapStepTargetEffect()
|
game.addEffect(new DontUntapInControllersNextUntapStepTargetEffect()
|
||||||
.setTargetPointer(new FixedTargets(game.getBattlefield().getAllActivePermanents(
|
.setTargetPointer(new FixedTargets(game.getBattlefield().getAllActivePermanents(
|
||||||
StaticFilters.FILTER_PERMANENT_CREATURE, source.getFirstTarget(), game
|
StaticFilters.FILTER_PERMANENTS_NON_LAND, source.getFirstTarget(), game
|
||||||
), game)), source
|
), game)), source
|
||||||
);
|
);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue