Show the number of cards you need to put back when London mulliganning

This commit is contained in:
kms70847
2019-07-29 22:01:34 -04:00
parent df3996f22a
commit 60c2119f16
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ public class InputLondonMulligan extends InputSyncronizedBase {
getController().getGui().updateButtons(getOwner(), localizer.getMessage("lblOk"), "", cardsLeft == 0, false, true);
sb.append(String.format(localizer.getMessage("lblReturnForLondon"), selected.size(), toReturn));
sb.append(String.format(localizer.getMessage("lblReturnForLondon"), cardsLeft));
showMessage(sb.toString());
}