// 此项可作为泥潭中唯一的物品中处理出现谣言的情况

int move(mixed dest) 
{
        if (! playerp(dest)) return ::move(dest); 

        if (::move(dest) == 0) return 0; 

        message("channel:rumor", HIM "【谣言】" + "某人：" + this_object() + 被"+ 
                dest->query("name") + "抢到手了！\n" NOR, users()); 
        
        return 1; 
}
