Skip to content

Commit

Permalink
remove right curly brace
Browse files Browse the repository at this point in the history
Co-authored-by: Binrui Dong <[email protected]>
  • Loading branch information
Saicchi and BrettDong authored Jan 7, 2021
1 parent 2512406 commit 9f93f12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/npc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ void npc::do_npc_read()
book = book.obtain( *npc_character );
if( can_read( *book, fail_reasons ) ) {
add_msg_if_player_sees( pos(), _( "%s starts reading." ), disp_name() );
}

// NPCs can't read to other NPCs yet
const int time_taken = time_to_read( *book, *this );
Expand Down

0 comments on commit 9f93f12

Please sign in to comment.