Skip to content

Commit

Permalink
Rename cover (#73766)
Browse files Browse the repository at this point in the history
Co-authored-by: RenechCDDA <84619419+RenechCDDA@users.noreply.github.com>
  • Loading branch information
Procyonae and RenechCDDA committed May 14, 2024
1 parent 599168e commit ac818d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6499,7 +6499,7 @@ void game::print_terrain_info( const tripoint &lp, const catacurses::window &w_l
print_furniture_info( lp, w_look, column, line );

// Cover percentage from terrain and furniture next.
fold_and_print( w_look, point( column, ++line ), max_width, c_light_gray, _( "Cover: %d%%" ),
fold_and_print( w_look, point( column, ++line ), max_width, c_light_gray, _( "Concealment: %d%%" ),
m.coverage( lp ) );

if( m.has_flag( ter_furn_flag::TFLAG_TREE, lp ) ) {
Expand Down

0 comments on commit ac818d5

Please sign in to comment.