- Little fix in the description of discard cost.

This commit is contained in:
Sloth
2011-08-28 13:03:54 +00:00
parent 0093ad34cf
commit a0b46e67e5

View File

@@ -28,7 +28,7 @@ public class CostDiscard extends CostPartWithList {
Integer i = convertAmount();
if (getThis()) {
sb.append(" ").append(type);
sb.append(type);
}
else if (type.equals("Hand")) {
sb.append("your hand");