git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2950 c06c8d41-db1a-0410-9941-cceddc491573
BKU2GWFNG6H74G76JX4RP3WVMU4IKTHPSKRMLWZAGA6BXMMZ227AC
CAHE52HL2ZGRJPBYZ3DS4BVKUD2XC7N3SG25TGG7JGHGJDST4P3QC
547JREUJXTZNYVGHNNAET5F5O5JYYGNTDQB6ABZNT7YX5EY64OHAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
int result, o, next;
o = igrd[you.x_pos][you.y_pos];
int o = igrd[you.x_pos][you.y_pos];
next = mitm[o].link;
const int next = mitm[o].link;
result = move_item_to_player(o, num_to_take);
const int result = move_item_to_player(o, num_to_take);
|| item_typ == ARM_GLOVES || item_typ == ARM_BOOTS)
|| item_typ == ARM_GLOVES || item_typ == ARM_BOOTS || (item_typ == ARM_HELMET && (get_helmet_type( *this ) == THELM_CAP || get_helmet_type( *this ) == THELM_WIZARD_HAT)))
|| item_typ == ARM_GLOVES || item_typ == ARM_BOOTS
|| (item_typ == ARM_HELMET &&
(get_helmet_type( *this ) == THELM_CAP ||
get_helmet_type( *this ) == THELM_WIZARD_HAT)))