git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5962 c06c8d41-db1a-0410-9941-cceddc491573
VCCPAZQXJIAPZSMLNPJDQE7LXO37A56BB33HX3P5P4IZ77VIQVGQC
// Override special - this could cause a "bad" (no-properties)
// randart, but we only need the name anyway. We have to
// do this in order to get a consistent name for the mimic item.
item.special = (((mimic->x << 8) + mimic->y) & RANDART_SEED_MASK);
}