Skip to content

Commit b502fbd

Browse files
committed
add line break to buffer message that won't fit
1 parent cf77209 commit b502fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/boe.actions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ void handle_trade_places(int which_pc, bool& need_reprint) {
14481448
record_action("handle_trade_places", boost::lexical_cast<std::string>(which_pc));
14491449
}
14501450
if(!prime_time())
1451-
add_string_to_buf("Trade places: " + FINISH_FIRST);
1451+
add_string_to_buf("Trade places: " + FINISH_FIRST, 2);
14521452
else if(is_combat())
14531453
add_string_to_buf("Trade places: Can't do this in combat.");
14541454
else {

0 commit comments

Comments
 (0)