mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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());
|
sb.append(this.condition.toString());
|
||||||
}
|
}
|
||||||
if (this.amount.toString().equals("X")) {
|
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();
|
this.staticText = sb.toString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue