This commit is contained in:
Zeno Rogue 2023-12-03 14:29:08 +01:00
parent 7802194248
commit c63969a21b
1 changed files with 1 additions and 1 deletions

View File

@ -3315,7 +3315,7 @@ EX void showCustomizeChar() {
dialog::addColorItem(XLAT("hair color"), cs.haircolor, 'h');
if(bow::crossbow_mode()) {
dialog::addColorItem(XLAT("bow color"), cs.bowcolor, 'b');
dialog::addColorItem(XLAT("boswtring color"), cs.bowcolor2, 'c');
dialog::addColorItem(XLAT("bowstring color"), cs.bowcolor2, 'c');
}
if(cs.charid >= 1) dialog::addColorItem(XLAT("dress color"), cs.dresscolor, 'd');