Skip to content

Commit

Permalink
Rename cover
Browse files Browse the repository at this point in the history
  • Loading branch information
RenechCDDA committed Mar 31, 2024
1 parent df6c8e3 commit df94b48
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 @@ -6564,7 +6564,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 df94b48

Please sign in to comment.