mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
minor prompt fix in AF_Choose
This commit is contained in:
@@ -338,7 +338,7 @@ public class AbilityFactory_Choose {
|
|||||||
boolean valid = false;
|
boolean valid = false;
|
||||||
while (!valid) {
|
while (!valid) {
|
||||||
if (sa.getActivatingPlayer().isHuman()) {
|
if (sa.getActivatingPlayer().isHuman()) {
|
||||||
Object o = GuiUtils.getChoice("Choose a basic land type",
|
Object o = GuiUtils.getChoice("Choose a land type",
|
||||||
CardUtil.getLandTypes().toArray());
|
CardUtil.getLandTypes().toArray());
|
||||||
if (null == o) {
|
if (null == o) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user