1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-08 08:11:21 +00:00

female Rogue can now change her dress

This commit is contained in:
Zeno Rogue
2026-04-20 14:27:30 +02:00
parent 8293c95be2
commit 6a242e45e1

View File

@@ -3878,7 +3878,7 @@ EX void showCustomizeChar() {
dialog::addColorItem(XLAT("bowstring color"), cs.bowcolor2, 'c');
}
if(id != pshRogue) dialog::addColorItem(XLAT("dress color"), cs.dresscolor, 'd');
if(id != pshRogue || cs.charid == 1) dialog::addColorItem(XLAT("dress color"), cs.dresscolor, 'd');
else dialog::addBreak(100);
if(cs.charid == 3 || id == pshRatling) dialog::addColorItem(XLAT("dress color II"), cs.dresscolor2, 'f');
else dialog::addBreak(100);