mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- M14: Added Into the Wilds
This commit is contained in:
@@ -666,7 +666,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
|||||||
int changeNum = sa.hasParam("ChangeNum") ? AbilityUtils.calculateAmount(card, sa.getParam("ChangeNum"),
|
int changeNum = sa.hasParam("ChangeNum") ? AbilityUtils.calculateAmount(card, sa.getParam("ChangeNum"),
|
||||||
sa) : 1;
|
sa) : 1;
|
||||||
|
|
||||||
if (optional && !GuiDialog.confirm(card, "Search " + origin + "?")) {
|
if (optional && !GuiDialog.confirm(card, defined ? "Put that card from " + origin + "to " + destination : "Search " + origin + "?")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user