#FORCE MORES force_more_message += Training target.* reached! force_more_message += Your demonic ancestry asserts itself.* #force_more_message += * * * LOW HITPOINT WARNING * * * #RESTE DES OPTIONS autofight_stop = 25 hp_warning = 50 explore_greedy = true explore_improved = true explore_wall_bias = 25 explore_delay = 5 explore_auto_rest = false explore_stop += greedy_items,artefacts autopickup_starting_ammo = true pickup_thrown = true chunks_autopickup = true auto_butcher = true easy_eat_chunks = true auto_eat_chunks = true auto_drop_chunks = rotten autofight_caught = true show_more = false # tile_window_width = 1500 # tile_window_height = 1000 easy_confirm = all default_manual_training = true # AUTO OPEN SKILL MENU ON STARTUP { 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 }