forked from External/mage
fixed Kraul Harpooner not applying boost before fighting
This commit is contained in:
parent
590bad7e00
commit
7e5b01182c
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class KraulHarpoonerEffect extends OneShotEffect {
|
|||
}
|
||||
int xValue = player.getGraveyard().count(StaticFilters.FILTER_CARD_CREATURE, game);
|
||||
game.addEffect(new BoostSourceEffect(xValue, 0, Duration.EndOfTurn), source);
|
||||
game.applyEffects();
|
||||
Permanent creature = game.getPermanent(source.getFirstTarget());
|
||||
if (creature == null || !player.chooseUse(outcome, "Have " + sourcePerm.getLogName() + " fight " + creature.getLogName() + "?", source, game)) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue