Skip to content

Commit

Permalink
Change effect desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwuewsky committed Sep 23, 2024
1 parent 3cfb3c4 commit 1485fae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,9 @@ void item::ammo_info( std::vector<iteminfo> &info, const iteminfo_query *parts,
std::vector<std::string> fx;
if( ammo.ammo_effects.count( ammo_effect_RECYCLED ) &&
parts->test( iteminfo_parts::AMMO_FX_RECYCLED ) ) {
fx.emplace_back( _( "This ammo has been <bad>hand-loaded</bad>." ) );
fx.emplace_back(
_( "This ammo has been <bad>hand-loaded</bad>, "
"which resulted in slightly inferior performance compared to factory-produced ammo." ) );
}
if( ammo.ammo_effects.count( ammo_effect_MATCHHEAD ) &&
parts->test( iteminfo_parts::AMMO_FX_BLACKPOWDER ) ) {
Expand Down

0 comments on commit 1485fae

Please sign in to comment.