mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Show the number of cards you need to put back when London mulliganning
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user