Skip to content

Commit

Permalink
Clang
Browse files Browse the repository at this point in the history
Hands are pretty crowded, but CleverRaven#53069 will take care if it anyway
  • Loading branch information
Venera3 committed Nov 28, 2021
1 parent 2a7c6eb commit 854046e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/player_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ static std::string get_encumbrance_description( const Character &you, const body
s += melee_cost_text( you.melee_thrown_move_modifier_hands() );
s += string_format( _( "Gun aim speed modifier: <color_white>x%.2f</color>" ),
you.aim_speed_modifier() );
s += ranged_cost_text( you.ranged_dispersion_modifier_hands() );
break;
case bp_leg_l:
case bp_leg_r:
Expand Down

0 comments on commit 854046e

Please sign in to comment.