fix #11393 (Ent's Fury)

This commit is contained in:
xenohedron 2023-11-06 00:35:53 -05:00
parent af8e790522
commit 710b79b46d

View file

@ -80,6 +80,7 @@ class EntsFuryEffect extends OneShotEffect {
ContinuousEffect effect = new BoostTargetEffect(1, 1, Duration.EndOfTurn);
effect.setTargetPointer(new FixedTarget(permanent, game));
game.addEffect(effect, source);
game.getState().processAction(game);
return new FightTargetsEffect(false).apply(game, source);
}
}