diff --git a/src/item.cpp b/src/item.cpp index aae5b1d7f7fdb..2fa4b9fd62603 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -1728,7 +1728,7 @@ void item::gun_info( const item *mod, std::vector &info, const iteminf _( "" ), iteminfo::no_flags, range ); int aim_mv = g->u.gun_engagement_moves( *mod, type.threshold ); info.emplace_back( tag, _( "Time to reach aim level: " ), _( " moves " ), - iteminfo::is_decimal | iteminfo::lower_is_better, aim_mv ); + iteminfo::lower_is_better, aim_mv ); } }