mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
CostRemoveCounter allow for NICKNAME in desc
This commit is contained in:
@@ -117,7 +117,7 @@ public class CostRemoveCounter extends CostPart {
|
|||||||
|
|
||||||
sb.append(" from ");
|
sb.append(" from ");
|
||||||
|
|
||||||
if (this.payCostFromSource()) {
|
if (this.getTypeDescription() == null && this.payCostFromSource()) {
|
||||||
sb.append(this.getType());
|
sb.append(this.getType());
|
||||||
} else {
|
} else {
|
||||||
final String desc = this.getTypeDescription() == null ? this.getType() : this.getTypeDescription();
|
final String desc = this.getTypeDescription() == null ? this.getType() : this.getTypeDescription();
|
||||||
|
|||||||
Reference in New Issue
Block a user