##### Crawl Init file ############################################### default_manual_training = true show_more = false autofight_stop = 66 autofight_caught = true # add note any time HP goes below 10% (default is 5) note_hp_percent = 10 # add a note any time any skill reaches one of these levels note_skill_levels = 1,5,10,15,20,27 # 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 } travel_avoid_terrain = deep water tile_font_crt_family = Lucida Console tile_font_stat_family = Lucida Console tile_font_msg_family = Lucida Console tile_font_lbl_family = Lucida Console explore_auto_rest = true