Skip to content

Commit

Permalink
...didn't mean to remove that
Browse files Browse the repository at this point in the history
  • Loading branch information
RenechCDDA committed May 4, 2024
1 parent a5a8709 commit bf6f54c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/npc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3804,8 +3804,11 @@ void npc::update_missions_target( character_id old_character, character_id new_c

const dialogue_chatbin_snippets &npc::chat_snippets() const
{
if( idz.is_null() ) {
static dialogue_chatbin_snippets dummy;
return dummy;
}
return idz->snippets;
}

std::unique_ptr<talker> get_talker_for( npc &guy )
Expand Down

0 comments on commit bf6f54c

Please sign in to comment.