mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
GUI, game: added source info in "choose number/amount" dialogs, added auto-choose for single possible value (part of #13638);
This commit is contained in:
parent
06242496d7
commit
e320bf241c
83 changed files with 142 additions and 106 deletions
|
|
@ -448,7 +448,7 @@ public final class SystemUtil {
|
|||
cardName = cardChoice.getChoice();
|
||||
|
||||
// amount
|
||||
int cardAmount = feedbackPlayer.getAmount(1, 100, "How many [" + cardName + "] to add?", game);
|
||||
int cardAmount = feedbackPlayer.getAmount(1, 100, "How many [" + cardName + "] to add?", null, game);
|
||||
if (cardAmount == 0) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue