Fix Doomsday Confluence asking for X twice (#5071)

This commit is contained in:
tool4ever
2024-04-19 18:45:39 +02:00
committed by GitHub
parent 8769ad693b
commit 1587c95ca1
5 changed files with 5 additions and 6 deletions

View File

@@ -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 ")) {