diff --git a/src/game/boe.text.cpp b/src/game/boe.text.cpp index 1b9dfdb3..0eeb1599 100644 --- a/src/game/boe.text.cpp +++ b/src/game/boe.text.cpp @@ -343,7 +343,7 @@ void put_item_screen(eItemWinMode screen_num) { sout << item.name << " "; // Charges: - bool show_charges = item.max_charges > 0; + bool show_charges = item.max_charges > 1; // Show charges for unidentified ammunition and lockpicks, but not other unidentified items if(item.missile < 0 && item.ability != eItemAbil::LOCKPICKS) show_charges &= item.ident;