git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@713 c06c8d41-db1a-0410-9941-cceddc491573
NLQFJJMMV55UZOFAKWAQ4FQSUEO5YDYF2NCUHCBPCDBLTRL776RAC
description += "$$This ancient artifact cannot be changed "
"by magic or mundane means.";
{
if (item.base_type == OBJ_ARMOUR || item.base_type == OBJ_WEAPONS)
description += "$$This ancient artifact cannot be changed "
"by magic or mundane means.";
else
description += "$$It is an ancient artifact.";
}