fix misleading buffer message for talk record

This commit is contained in:
2025-05-15 18:02:38 -05:00
parent 64727a5c1b
commit efe668750e

View File

@@ -884,7 +884,7 @@ void handle_talk_node(int which_talk_entry, bool is_redo) {
if(univ.party.save_talk(univ.town->talking.people[store_personality%10].title, univ.town->name, save_talk_str1, save_talk_str2)) {
give_help(57,0);
play_sound(0);
ASB("Noted in journal.");
ASB("Added to conversation notes.");
} else ASB("This is already saved.");
print_buf();
return;