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