with the description, but such is life.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8914 c06c8d41-db1a-0410-9941-cceddc491573
CBNTD4Q6ZFTB2JGKN4K5X3VOFXEMS5UUPTNIMPIW6RFEMOBGCVVQC
description << "$It is fully charged.";
const int num_charges = item.plus2 / ROD_CHARGE_MULT;
if (max_charges > num_charges)
{
description << "$It can currently hold " << num_charges
<< " charges. It can be magically recharged "
<< "to contain up to " << max_charges
<< " charges.";
}
else
description << "$It is fully charged.";