mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Merge branch 'narfi' into 'master'
Narfi round 2 See merge request core-developers/forge!5206
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user