git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1720 c06c8d41-db1a-0410-9941-cceddc491573
2QMDACGXJJYBL2CQIXJLNJ65GL3WJMW4ZRE3BTKK4HRWCBLST5UQC
SFT2ECCWJJWIMK7V3POVHXECNQIGTIOPA7BEIKHBLWLJMUJ4FFTAC
DTO3EUKWHZ5RJNGNCFYXSOVTIPVXPP637F2W7WFGYKJ7JK7VNKNQC
if (melee_only && i.base_type != OBJ_WEAPONS)
if (melee_only && (i.base_type != OBJ_WEAPONS || is_range_weapon(i)))
if (i.base_type != OBJ_WEAPONS && give_aux_melee)
if (give_aux_melee && (i.base_type != OBJ_WEAPONS || is_range_weapon(i)))