git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6759 c06c8d41-db1a-0410-9941-cceddc491573
DUOVSVYLZG2W4KHAPD57Z2OTWZUYHY46TLGJLI5R7YALOKZCTGFAC
origin_acquired(mitm[thing_created], agent);
// give another name that takes god gift into account
thing.props["randart_name"].get_string() =
randart_name(thing, false);
origin_acquired(thing, agent);
if ( !is_unrandom_artefact(thing) )
{
// give another name that takes god gift into account
thing.props["randart_name"].get_string() =
randart_name(thing, false);
}