mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
fixed cost reduction text
This commit is contained in:
parent
7bb10c08a5
commit
57022068d3
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ public class SpellCostReductionSourceEffect extends CostModificationEffectImpl {
|
|||
sb.append(this.condition.toString());
|
||||
}
|
||||
if (this.amount.toString().equals("X")) {
|
||||
sb.append(", where {X} is ").append(this.amount.getMessage());
|
||||
sb.append(", where X is ").append(this.amount.getMessage());
|
||||
}
|
||||
this.staticText = sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue