mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fix typo
This commit is contained in:
parent
7802194248
commit
c63969a21b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user