they're inscribed with "!d" or "!*".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5446 c06c8d41-db1a-0410-9941-cceddc491573
GBLEVRUADUFICPSVEHPVBQAMWGQODKFYS2UAANEHKMUPZWMPLGNQC if (type == MT_DROP){InvEntry *item = dynamic_cast<InvEntry*>(items[index]);if (item->is_item_cursed() && item->is_item_equipped())return false;std::string text = item->get_text();if (text.find("!*") != std::string::npos|| text.find("!d") != std::string::npos){return false;}}return Menu::is_selectable(index);}