Refactor mode integer for select_pc (see calref#699)

This commit is contained in:
2025-03-19 10:57:04 -05:00
parent 7980af7c31
commit 07bbf1b8ef
7 changed files with 35 additions and 30 deletions

View File

@@ -936,7 +936,7 @@ void handle_talk_node(int which_talk_entry) {
save_talk_str2 = "";
break;
case eTalkNode::TRAINING:
if((get_pc = select_pc(0,"Train who?")) < 6) {
if((get_pc = select_pc(eSelectPC::ONLY_LIVING,"Train who?")) < 6) {
can_save_talk = false;
spend_xp(get_pc,1, nullptr);
}