mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +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 ");
|
||||
|
||||
if (this.payCostFromSource()) {
|
||||
if (this.getTypeDescription() == null && this.payCostFromSource()) {
|
||||
sb.append(this.getType());
|
||||
} else {
|
||||
final String desc = this.getTypeDescription() == null ? this.getType() : this.getTypeDescription();
|
||||
|
||||
Reference in New Issue
Block a user