fix misleading buffer message for talk record
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user