git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7227 c06c8d41-db1a-0410-9941-cceddc491573
VEPVDWCFXJD4PEIKPUW7PWVA7VC2IT65GXLUF4ZYRPLPY4EMWQPQC
6QW5GWTPSZQIWFAPHDRF3RPJJARZH2MAESMUJKI35FCL4LLBXBOQC
V2CC2HOQANCIVTQE6FHOZXFKAW4NXEVUA7DPAFFEQJ66IYPECSXQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
const int second = mon->inv[MSLOT_MISSILE]; // Two-headed ogres, etc.
const int second = mon->inv[MSLOT_ALT_WEAPON]; // Two-headed ogres, etc.
&& is_random_artefact( mitm[weapon] ))
&& is_random_artefact(mitm[weapon]))
ret += randart_wpn_property( mitm[weapon], ra_prop );
ret += randart_wpn_property(mitm[weapon], ra_prop);
&& is_random_artefact( mitm[second] ))
&& is_random_artefact(mitm[second]))
ret += randart_wpn_property( mitm[second], ra_prop );
ret += randart_wpn_property(mitm[second], ra_prop);
&& is_random_artefact( mitm[armour] ))
&& is_random_artefact(mitm[armour]))
ret += randart_wpn_property( mitm[armour], ra_prop );
ret += randart_wpn_property(mitm[armour], ra_prop);
&& is_random_artefact( mitm[shield] ))
&& is_random_artefact(mitm[shield]))
ret += randart_wpn_property( mitm[shield], ra_prop );
ret += randart_wpn_property(mitm[shield], ra_prop);