tile_font_crt_size = 18 tile_font_stat_size = 18 tile_font_msg_size = 18 tile_font_tip_size = 18 tile_font_lbl_size = 18 hp_warning = 60 mp_warning = 30 autofight_fire_stop = true default_manual_training = true automagic_enable = false automagic_stop = 20 # fill up on both hp/mp or just one of them rest_wait_both = false # fill up to 90% rest_wait_percent = 90 explore_auto_rest = true easy_eat_chunks = true message_colour += blue:is dazzled message_colour += blue:is no longer blind bindkey = [^D] CMD_LUA_CONSOLE : local carnivore = {["Kobold"]=true, ["Whatever"]=true} : if carnivore[you.race()] then auto_butcher = very full : else auto_butcher = satiated : end < 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 >