From 9f93f1268faac504b4ecbc0c418de72af815d8dc Mon Sep 17 00:00:00 2001 From: Saicchi <47158232+Saicchi@users.noreply.github.com> Date: Thu, 7 Jan 2021 13:43:00 -0300 Subject: [PATCH] remove right curly brace Co-authored-by: Binrui Dong --- src/npc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/npc.cpp b/src/npc.cpp index 3f77e647d08bd..23bc977a44e15 100644 --- a/src/npc.cpp +++ b/src/npc.cpp @@ -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 );