fixed Amplifire not working correctly

This commit is contained in:
Evan Kranzler 2019-01-12 20:13:03 -05:00
parent ba4e36f5e2
commit 0c3174ccda

View file

@ -81,7 +81,7 @@ class AmplifireEffect extends OneShotEffect {
game.addEffect(new SetPowerToughnessSourceEffect(
2 * lastCard.getPower().getValue(),
2 * lastCard.getToughness().getValue(),
Duration.UntilYourNextTurn
Duration.UntilYourNextTurn, SubLayer.SetPT_7b
), source);
}
player.putCardsOnBottomOfLibrary(cards, game, source, false);