From 6a242e45e1008cb2fbd54c4e6dee8904f3265795 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 20 Apr 2026 14:27:30 +0200 Subject: [PATCH] female Rogue can now change her dress --- config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cpp b/config.cpp index d7a7dc03..76326ac5 100644 --- a/config.cpp +++ b/config.cpp @@ -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);