From 2ee0afe954a7c72856fd5f0f7d3080012638bb98 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 9 Jun 2008 18:18:52 +0000 Subject: Remove pickup.lua. Make menu_colour_item_prefix also apply for autopickup_exceptions, so you can exclude, for example, all evil_eating at once. Fix Vampires "continuing draining" after having "stopped". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5666 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/settings/init.txt | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'crawl-ref/settings/init.txt') diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt index 5dc1d569cc..d489f53e32 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -80,7 +80,6 @@ lua_file = lua/runrest.lua lua_file = lua/gearset.lua lua_file = lua/eat.lua lua_file = lua/trapwalk.lua -lua_file = lua/pickup.lua # kills.lua yields more information at the cost of huge dumps. # lua_file = lua/kills.lua @@ -215,28 +214,30 @@ include = travel_stoppers.txt # sort_menus = pickup: true : basename, qualname, curse, qty # msg_condense_repeats = false + ##### 4-j Messages and Display Enhancements ##### # # hp_warning = 10 # mp_warning = 0 - # hp_colour = 50:yellow, 25:red # mp_colour = 50:yellow, 25:red -# status_caption_colour = yellow -# delay_message_clear = true -# show_inventory_weights = true -# show_gold_turns = true -# show_beam = false -# item_stack_summary_minimum = 5 -# list_rotten = false -# mlist_min_height = 5 -# msg_max_height = 10 + +# status_caption_colour = yellow +# classic_hud = true +# mlist_min_height = 5 +# msg_max_height = 10 # mlist_allow_alternate_layout = true -# classic_hud = true +# show_gold_turns = true + +# delay_message_clear = true +# show_inventory_weights = true +# item_stack_summary_minimum = 5 +# list_rotten = false + +# show_beam = false ##### Colours (messages and menus) ##### # -# menu_colour_prefix_id = true menu_colour_prefix_class = true # Food is colour coded in standard_colours.txt as follows: -- cgit v1.2.3-54-g00ecf