forked from External/mage
[ROE] updated level up text
This commit is contained in:
parent
1a53011e55
commit
08411b122c
3 changed files with 21 additions and 13 deletions
|
|
@ -1676,9 +1676,11 @@ public class VerifyCardDataTest {
|
|||
String[] cardRules = card
|
||||
.getRules()
|
||||
.stream()
|
||||
.reduce("", (a, b) -> a + '\n' + b)
|
||||
.collect(Collectors.joining("\n"))
|
||||
.replace("<br>", "\n")
|
||||
.replace("<br/>", "\n")
|
||||
.replace("<b>", "")
|
||||
.replace("</b>", "")
|
||||
.split("[\\$\\\n]");
|
||||
for (int i = 0; i < cardRules.length; i++) {
|
||||
cardRules[i] = prepareRule(card.getName(), cardRules[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue