Merge branch 'narfi' into 'master'

Narfi round 2

See merge request core-developers/forge!5206
This commit is contained in:
Michael Kamensky
2021-08-10 16:09:07 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -46,6 +46,10 @@ public class RepeatEachEffect extends SpellAbilityEffect {
final Player player = sa.getActivatingPlayer();
final Game game = player.getGame();
if (sa.hasParam("Optional") && sa.hasParam("OptionPrompt") && //for now, OptionPrompt is needed
!player.getController().confirmAction(sa, null, sa.getParam("OptionPrompt"))) {
return;
}
boolean useImprinted = sa.hasParam("UseImprinted");