[VOW] some more text fixes

This commit is contained in:
Evan Kranzler 2021-11-12 19:58:50 -05:00
parent 9ee8ef6eab
commit 6b2fc867f4
6 changed files with 26 additions and 15 deletions

View file

@ -73,6 +73,7 @@ public class Effects extends ArrayList<Effect> {
} else if (lastRule != null && lastRule.length() > 3) {
//check if lastRule already has appropriate punctuation, if so, add a space.
if (lastRule.endsWith(".\"")
|| lastRule.endsWith(".]")
|| lastRule.endsWith(".)")
|| lastRule.endsWith(".)</i>")
|| lastRule.endsWith(".")) {
@ -105,6 +106,7 @@ public class Effects extends ArrayList<Effect> {
if (lastRule != null && lastRule.length() > 3
&& !lastRule.endsWith(".")
&& !lastRule.endsWith("\"")
&& !lastRule.endsWith(".]")
&& !lastRule.startsWith("<b>Level ")
&& !lastRule.endsWith(".)")
&& !lastRule.endsWith("</i>")) {