##### Crawl Init file ############################################### # For descriptions of all options, as well as some more in-depth information # on setting them, consult the file # https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt ##### Starting Screen ############################################### restart_after_game = true default_manual_training = true ##### Picking up and Dropping ####################################### autopickup = $?!:"/%(\ autopickup_exceptions += useless_item, qty autofight_stop = 50 autofight_fire_stop = true ##### Messages and Display Enhancements ############################# hp_warning = 25 mp_warning = 25 show_game_turns = false more := force_more_message more += is wielding a .* of distortion more += You are starting to lose your buoyancy more += is no longer charmed more += skill increases to flash_screen_message += distortion ##### Items and Kill List ########################################### dump_book_spells = false # Opens skill menu at the beginning of the game < local need_skills_opened = true function OpenSkills() if you.turns() == 0 and need_skills_opened then need_skills_opened = false crawl.sendkeys("m") end end > < function ready() OpenSkills() end >