[EOE] some text fixes

This commit is contained in:
theelk801 2025-07-12 12:03:27 -04:00
parent 2744bb00f4
commit ac361ffb97
9 changed files with 22 additions and 17 deletions

View file

@ -45,7 +45,7 @@ public class StationLevelAbility extends StaticAbility {
@Override
public String getRule() {
return "STATION " + level + "+" + this
return "STATION " + level + "+<br>" + this
.getEffects()
.stream()
.map(effect -> effect.getText(this.getModes().getMode()))