- Little fix in the prompt of CostDiscard.

- Fixed Buyback cost of Forbid.
This commit is contained in:
Sloth
2011-09-07 14:40:33 +00:00
parent 42f5cc23ee
commit 63515007e1
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {