Corrected spelling mistake in hair type: BOLD -> BALD.
This commit is contained in:
@@ -55,7 +55,7 @@ public class Hero {
|
||||
sb.append(hairType);
|
||||
sb.append(" ");
|
||||
}
|
||||
sb.append(hairType != HairType.BOLD ? "hair" : "head");
|
||||
sb.append(hairType != HairType.BALD ? "hair" : "head");
|
||||
}
|
||||
if (armor != null) {
|
||||
sb.append(" wearing ");
|
||||
|
Reference in New Issue
Block a user