mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 17:27:46 +00:00
- Little fix in the description of discard cost.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user