mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
[EOE] some text fixes
This commit is contained in:
parent
2744bb00f4
commit
ac361ffb97
9 changed files with 22 additions and 17 deletions
|
|
@ -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()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue