mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
improve selection message for exileFromGraveType
This commit is contained in:
@@ -1368,7 +1368,7 @@ public class Cost_Payment {
|
|||||||
if (typeList.size() == 0)
|
if (typeList.size() == 0)
|
||||||
cancel();
|
cancel();
|
||||||
|
|
||||||
Object o = GuiUtils.getChoiceOptional("Select a card", typeList.toArray());
|
Object o = GuiUtils.getChoiceOptional("Exile from grave", typeList.toArray());
|
||||||
|
|
||||||
if (o != null) {
|
if (o != null) {
|
||||||
Card c = (Card) o;
|
Card c = (Card) o;
|
||||||
|
|||||||
Reference in New Issue
Block a user