Skip to content

Commit

Permalink
Merge pull request #46349 from ToxiClay/out-of-charges
Browse files Browse the repository at this point in the history
Adding missing period
  • Loading branch information
ZhilkinSerg authored Dec 27, 2020
2 parents 0e6dce8 + b1e3987 commit 6490996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activity_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2481,7 +2481,7 @@ void activity_handlers::repair_item_finish( player_activity *act, player *p )
// TODO: Allow setting this in the actor
// TODO: Don't use charges_to_use: welder has 50 charges per use, soldering iron has 1
if( !used_tool->units_sufficient( *p ) ) {
p->add_msg_if_player( _( "Your %s ran out of charges" ), used_tool->tname() );
p->add_msg_if_player( _( "Your %s ran out of charges." ), used_tool->tname() );
act->set_to_null();
return;
}
Expand Down

0 comments on commit 6490996

Please sign in to comment.