Skip to content

Commit

Permalink
Fixes Compare items color bug (#45808)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungBlood01 authored Dec 7, 2020
1 parent 2fc189b commit 730a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ void item::armor_info( std::vector<iteminfo> &info, const iteminfo_query *parts,
piece.second.portion.max_encumber ) );

info.push_back( iteminfo( "ARMOR", space + _( "Coverage:" ) + space, "",
iteminfo::lower_is_better,
iteminfo::no_flags,
piece.second.portion.coverage ) );
}
}
Expand Down

0 comments on commit 730a6ae

Please sign in to comment.