force_more_message += skill increases {crawl.sendkeys("m")} { add_autopickup_func(function(it,name) if (not it.is_useless) and it.class(true) == "armour" then local good_slots = {cloak="Cloak",helmet="Helmet",gloves="Gloves",boots="Boots"} st, _ = it.subtype() if good_slots[st] then if (not items.equipped_at(good_slots[st])) or name:find("runed") or name:find("glowing") or name:find("dyed") or name:find("embroidered") or name:find("shiny") then return true end end end end)