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/autopickup_exceptions.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'crawl-ref/settings/autopickup_exceptions.txt') diff --git a/crawl-ref/settings/autopickup_exceptions.txt b/crawl-ref/settings/autopickup_exceptions.txt index bff660c3c6..a9ffc2405e 100644 --- a/crawl-ref/settings/autopickup_exceptions.txt +++ b/crawl-ref/settings/autopickup_exceptions.txt @@ -5,7 +5,6 @@ ae := autopickup_exceptions # curare is always dangerous on the floor ae = -# Excluding amulets as you only need one of each. Also for some rings. -# There is some (intended) overlap with pickup.lua, which also excludes -# the ring of hunger, for example. +# Exclude potentially useful items of high risk, like ?torment. +ae = dangerous_item + +# Excluding amulets as you only need one of each. (If you know the +# subtype that means you already have one of it.) Also for some rings. +# Some items may already be excluded as bad_item, e.g. inaccuracy. ae = amulet of (inaccuracy|gourmand|controlled flight|warding) ae = amulet of (resist mutation|resist slow|clarity|rage) ae = ring of (see invisible|levitation|poison resistance|hunger) ae = ring of (fire|ice|sustenance|invisibility) ae = ring of (magical power|regeneration) -: if you.god() == "Trog" then -ae = wizardry -ae = staff -: end - -- cgit v1.2.3-54-g00ecf