pmd:AppendCharacterWithChar - Append Character With Char
This commit is contained in:
@ -98,7 +98,7 @@ public class Character {
|
||||
.append(" armed with a ")
|
||||
.append(weapon != null ? weapon : spell != null ? spell : "with nothing")
|
||||
.append(abilities != null ? (" and wielding " + abilities + " abilities") : "")
|
||||
.append(".");
|
||||
.append('.');
|
||||
return sb.toString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user