mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix Doomsday Confluence asking for X twice (#5071)
This commit is contained in:
@@ -237,7 +237,7 @@ public class ChooseCardEffect extends SpellAbilityEffect {
|
||||
dontRevealToOwner = false;
|
||||
} else {
|
||||
String title = sa.hasParam("ChoiceTitle") ? sa.getParam("ChoiceTitle") : Localizer.getInstance().getMessage("lblChooseaCard") + " ";
|
||||
if (sa.hasParam ("ChoiceTitleAppend")) {
|
||||
if (sa.hasParam("ChoiceTitleAppend")) {
|
||||
String tag = "";
|
||||
String value = sa.getParam("ChoiceTitleAppend");
|
||||
if (value.startsWith("Defined ")) {
|
||||
|
||||
Reference in New Issue
Block a user