[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

@ -39,7 +39,7 @@ public class PactDelayedTriggeredAbility extends DelayedTriggeredAbility {
@Override
public String getRule() {
return "At the beginning of your next upkeep " + modes.getText();
return "<br>At the beginning of your next upkeep, " + modes.getText();
}
}