Skip to content

Commit

Permalink
Merge pull request #77404 from NetSysFire/terminal-punctuation2
Browse files Browse the repository at this point in the history
add terminal punctuation to bulletin board examination message
  • Loading branch information
Maleclypse authored Oct 31, 2024
2 parents cba2faa + 243025f commit f7a0eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iexamine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ void iexamine::bulletin_board( Character &you, const tripoint_bub_ms &examp )
temp_camp->handle_mission( mission_key.cur_key.id );
}
} else {
you.add_msg_if_player( _( "This bulletin board is not inside a camp" ) );
you.add_msg_if_player( _( "This bulletin board is not inside a camp." ) );
}
}

Expand Down

0 comments on commit f7a0eaf

Please sign in to comment.