# TEAMCAPTAIN Leszczynek include += SpoilerAlerts.rc include += HDamage.rc include += HDAColors.rc show_more = false easy_eat_chunks = true confirm_butcher = never default_manual_training = true #fake_lang = dwarven #dwarven|jagerkin|kraut|runes|wide|grunt|butt #autopickup_exceptions += amulet #autopickup_exceptions += wand autopickup_exceptions += scroll of autopickup_exceptions += potion of autopickup_exceptions += ring of autopickup_exceptions += wand of autopickup_exceptions += amulet of reflection autopickup_exceptions += book ai := autoinscribe ai += of identify:@r1 ai += remove curse:@r2 ai += curing:@q1 # Skill menu at game start by rwbarton { local need_skills_opened = true function ready() if you.turns() == 0 and need_skills_opened then need_skills_opened = false crawl.sendkeys("m") end end }