Alchemy select_pc highlight highest skill

This commit is contained in:
2025-03-21 10:38:48 -05:00
parent 1702f795cf
commit 00c0103616

View File

@@ -2119,7 +2119,7 @@ void do_alchemy() {
short r1;
short pc_num;
pc_num = select_pc(eSelectPC::ONLY_LIVING);
pc_num = select_pc(eSelectPC::ONLY_LIVING, "Who will make a potion?", eSkill::ALCHEMY);
if(pc_num == 6)
return;