select_pc() allow_choose_all argument, eliminate overloaded version

This commit is contained in:
2025-03-17 09:26:55 -05:00
parent 72942efa6a
commit 03e5ee59c6
5 changed files with 26 additions and 21 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 = char_select_pc(0,"Train who?")) < 6) {
if((get_pc = select_pc(0,"Train who?")) < 6) {
can_save_talk = false;
spend_xp(get_pc,1, nullptr);
}