diff --git a/src/game/boe.infodlg.cpp b/src/game/boe.infodlg.cpp index cab7e89a..059bd0cd 100644 --- a/src/game/boe.infodlg.cpp +++ b/src/game/boe.infodlg.cpp @@ -707,8 +707,10 @@ void cStringRecorder::operator()(cDialog& me) { play_sound(0); std::string str1, str2; univ.get_strs(str1, str2, spec_type, label1, label2); - if(univ.party.record(note_type, str1, location)) + if(univ.party.record(note_type, str1, location)){ give_help(58,0,me); + ASB("Added to encounter notes."); + } if(!str2.empty()) univ.party.record(note_type, str2, location);