From dd016fa36134c00a8c1f919aba25b872bcba4751 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 25 Jan 2009 18:45:25 +0000 Subject: * Move eating logic from lua to C again, so as to handle more than boolean responses (eat, skip, cancel). * Remove the now deprecated eat.lua. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8746 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/settings/init.txt | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt index e44e912575..0e0834a792 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -1,11 +1,11 @@ # NOTE FOR PLAYERS OF OLD VERSIONS (DCSS 0.3.4 or before): # -# DCSS 0.4 introduces several rather drastic changes to the interface; -# read 034_changes.txt for details. Uncomment these options if you want -# to disable them and go back to the old state: +# DCSS 0.4 introduces several rather drastic changes to the interface; +# read 034_changes.txt for details. Uncomment these options if you want +# to disable them and go back to the old state: # monster colours, command keys, order on the character selection screen, -# item colours, appearance of the stat section, butchering interface, -# targeting interface. +# item colours, appearance of the stat section, butchering interface, +# targeting interface. # The options for monster glyphs and item colours don't matter for Tiles. # (New players should just ignore these lines.) # @@ -20,7 +20,7 @@ # Crawl Init file # -# On Unix systems (such as Mac OS X, Linux and the BSDs), you must copy +# On Unix systems (such as Mac OS X, Linux and the BSDs), you must copy # init.txt to ~/.crawlrc as: # cp init.txt ~/.crawlrc # @@ -34,14 +34,14 @@ # cases (the character's name and specifying files or directories when # on a system that has case-sensitive filenames). # -# White space is stripped from the beginning and end of the line, as -# well as immediately before and after the '='. If the option allows -# multiple comma/semicolon-separated terms (such as -# autopickup_exceptions), all whitespace around the separator is also +# White space is stripped from the beginning and end of the line, as +# well as immediately before and after the '='. If the option allows +# multiple comma/semicolon-separated terms (such as +# autopickup_exceptions), all whitespace around the separator is also # trimmed. All other whitespace is left intact. # -# For descriptions concerning an option consult the file -# options_guide.txt +# For descriptions concerning an option consult the file +# options_guide.txt # in your /docs directory. Also note that the ordering of the options # is taken from that file; this is for presentational reasons only. # @@ -80,7 +80,6 @@ lua_file = lua/stash.lua lua_file = lua/wield.lua 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 @@ -90,7 +89,7 @@ lua_file = lua/pickup.lua ##### 4- Interface ################################################# # ##### 4-a Picking up and Dropping ############### -# +# autopickup = $?!+"/% # There is a long list of autopickup exceptions in @@ -174,7 +173,7 @@ auto_exclude = curse skull,Roxanne # tc_excluded = lightmagenta # tc_exclude_circle = red -# The following options are not default. +# The following options are not default. # runrest_ignore_message = pray: runrest_ignore_message = You feel.*sick @@ -193,7 +192,7 @@ trapwalk_safe_hp = dart:20,needle:15,arrow:35,bolt:45,spear:40,axe:45,blade:95 #rest_wait_both = true -# The file (travel_stoppers.txt) contains a list of travel_stop_message +# The file (travel_stoppers.txt) contains a list of travel_stop_message # settings, with brief descriptions of what they do. include = travel_stoppers.txt @@ -386,7 +385,7 @@ note_monsters = orb of fire, ancient lich, Sigmund # colour.yellow = brown # See options_guide.txt for the options -# cset_ascii, cset_ibm, cset_dec, cset_unicode, cset_any, +# cset_ascii, cset_ibm, cset_dec, cset_unicode, cset_any, # feature, mon_glyph ##### 6-b DOS and Windows ####################### -- cgit v1.2.3-54-g00ecf