Skip to content

Commit

Permalink
Merge pull request CleverRaven#35988 from AMurkin/astyle
Browse files Browse the repository at this point in the history
Fix astyle regression
  • Loading branch information
ZhilkinSerg authored Dec 10, 2019
2 parents 99a13f3 + a46a9f7 commit 0cef7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/suffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ void Character::suffer_from_schizophrenia()
std::string i_name_w;
if( !weapon.is_null() ) {
i_name_w = weapon.has_var( "item_label" ) ? weapon.get_var( "item_label" ) :
//~ %1$s: weapon name
string_format( _( "your %1$s" ), weapon.type_name() );
//~ %1$s: weapon name
string_format( _( "your %1$s" ), weapon.type_name() );
}
// Start with the effects that both NPCs and avatars can suffer from
// Delusions
Expand Down

0 comments on commit 0cef7fe

Please sign in to comment.