tweaked game log to not automatically capitalize or appent periods
This commit is contained in:
parent
7252972dbc
commit
a8204904e2
|
@ -87,9 +87,6 @@ public class GameLog extends Component implements Signal.Listener<String> {
|
||||||
color = CharSprite.NEUTRAL;
|
color = CharSprite.NEUTRAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
text = Utils.capitalize( text ) +
|
|
||||||
(PUNCTUATION.matcher( text ).matches() ? "" : ".");
|
|
||||||
|
|
||||||
if (lastEntry != null && color == lastColor && lastEntry.nLines < MAX_LINES) {
|
if (lastEntry != null && color == lastColor && lastEntry.nLines < MAX_LINES) {
|
||||||
|
|
||||||
String lastMessage = lastEntry.text();
|
String lastMessage = lastEntry.text();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user