mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Little fix for the prompt of the reveal cost.
This commit is contained in:
@@ -168,7 +168,7 @@ public class CostReveal extends CostPartWithList {
|
|||||||
type.append(" ").append(discType);
|
type.append(" ").append(discType);
|
||||||
}
|
}
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
sb.append("Select a");
|
sb.append("Select a ");
|
||||||
sb.append(part.getDescriptiveType());
|
sb.append(part.getDescriptiveType());
|
||||||
sb.append(" to reveal.");
|
sb.append(" to reveal.");
|
||||||
if (nNeeded > 1) {
|
if (nNeeded > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user