git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1041 c06c8d41-db1a-0410-9941-cceddc491573
IPB47Q5V3UZIUXP4CHHLYXA5UA4ETTNXJACUBD6YWVIYQDMCZNAAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// In theory, we should do two passes, first trying // to find a non-warning-inscribed item, then looping // through the warning-inscribed ones. Seems unlikely // to matter much.
// In theory, we should do two passes, first trying
// to find a non-warning-inscribed item, then looping
// through the warning-inscribed ones. Seems unlikely
// to matter much.
if (you.inv[i].base_type == OBJ_MISSILES && you.inv[i].sub_type == sub_type)
if (you.inv[i].base_type == OBJ_MISSILES
&& you.inv[i].sub_type == sub_type)
if (you.inv[i].base_type == OBJ_MISSILES && you.inv[i].sub_type == sub_type && check_warning_inscriptions(you.inv[i], OPER_FIRE))
if (you.inv[i].base_type == OBJ_MISSILES &&
you.inv[i].sub_type == sub_type &&
check_warning_inscriptions(you.inv[i], OPER_FIRE))
OPER_FIRE = 'f',