normal item appearance depending on item type.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1274 c06c8d41-db1a-0410-9941-cceddc491573
FXQ3ZOBEJ6JC65JLPKUHOIRM62HUURI2OJZ5QZRG33QMR6C6YRIQC // unrandom artefacts get predefined coloursif ( is_random_artefact(item) )
// fixed artefacts get predefined colourschar *itname = (char*) item_name( item, DESC_PLAIN );char *item_runed = strstr( strlwr(itname), strlwr((char*) "runed") );char *heav_runed = strstr( strlwr(itname), strlwr((char*) "heavily") );if ( is_random_artefact(item) &&(item_runed == NULL || heav_runed != NULL) )