From f4d7abfdc292ea48cc3fcd1a8c98e0f22abd28f6 Mon Sep 17 00:00:00 2001 From: dploog Date: Sun, 7 Dec 2008 23:39:58 +0000 Subject: Add sort_menus=inv:true:equipped to init.txt, making all worn gear appear on top of the listings for PTWR commands. Fixes 2013121. If this works well, we should make this a true default in initfille.cc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7774 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/settings/init.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'crawl-ref/settings/init.txt') diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt index 7c27112595..15738aff8c 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -204,14 +204,16 @@ include = travel_stoppers.txt # easy_open = false # easy_unequip = false # easy_confirm = (none | safe) -# allow_self_target = (yes | no | prompt) # easy_butcher = false +# allow_self_target = (yes | no | prompt) # always_confirm_butcher = true # prompt_for_swap = false # easy_quit_item_prompts = false # easy_exit_menu = false +# msg_condense_repeats = false # sort_menus = pickup: true : basename, qualname, curse, qty -# msg_condense_repeats = false + +sort_menus = inv: true : equipped ##### 4-j Messages and Display Enhancements ##### @@ -273,8 +275,7 @@ include = messages.txt # Colouring for the notes menu_colour = notes:white:Reached XP level -# These lines will suppress extra feedback messages from -# travel/shift-running. +# These lines will suppress extra feedback messages from travel/shift-running. # # message_colour = mute:warning:comes into view # message_colour = mute:You start (searching|resting) -- cgit v1.2.3-54-g00ecf