git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@836 c06c8d41-db1a-0410-9941-cceddc491573
MJSESCPO4Q2GOLGGPIZHA4XPDFSHQLBLGWBFOZWYSQXTVRNVGDEQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// don't eat fixed artefacts if (is_fixed_artefact( mitm[item] ))
// don't eat fixed artefacts
if (is_fixed_artefact( mitm[item] ))
// don't eat artefacts (note that unrandarts are randarts) if (is_fixed_artefact(mitm[item]) || is_random_artefact(mitm[item]))
// don't eat artefacts (note that unrandarts are randarts)
if (is_fixed_artefact(mitm[item]) ||
is_random_artefact(mitm[item]))