git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@567 c06c8d41-db1a-0410-9941-cceddc491573
3A3OAIFRFU3IHF6SDNDPCN3XYOFYIBYCEYJAXAFASCFDY76SMFXQC
if (staff_type == STAFF_STRIKING)
mana /= ROD_CHARGE_MULT;
if ((staff_type == STAFF_STRIKING?
you.magic_points < mana
: you.inv[staff].plus < mana)
|| you.experience_level < diff)
if (you.inv[staff].plus < mana
|| you.experience_level < diff)
if (item.sub_type != STAFF_STRIKING)
description +=
"$$It uses its own mana reservoir for casting spells, and "
"recharges automatically by channeling mana from its "
"wielder.";
description +=
"$$It uses its own mana reservoir for casting spells, and "
"recharges automatically by channeling mana from its "
"wielder.";