[TSR] various text fixes

This commit is contained in:
Evan Kranzler 2021-03-05 19:10:29 -05:00
parent bb2e0922ab
commit 6894ad96bc
22 changed files with 153 additions and 169 deletions

View file

@ -138,7 +138,7 @@ public class SuspendAbility extends SpecialAction {
if (cost != null) {
sb.append(suspend == Integer.MAX_VALUE ? "X" : suspend).append("—")
.append(cost.getText()).append(suspend
== Integer.MAX_VALUE ? ". X can't be 0" : "");
== Integer.MAX_VALUE ? ". X can't be 0." : "");
if (!shortRule) {
sb.append(" <i>(Rather than cast this card from your hand, pay ")
.append(cost.getText())