forked from External/mage
[VOW] some more text fixes
This commit is contained in:
parent
9ee8ef6eab
commit
6b2fc867f4
6 changed files with 26 additions and 15 deletions
|
|
@ -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>")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue