From 9c717124d2f48858824a1bfdf3fe4ff62f223e72 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Thu, 19 Nov 2009 20:32:18 -0800 Subject: explore_stop: greedy_pickup_smart, pickup_ignore * Added the explore_stop option "greedy_pickup_smart", which is like greedy_pickup, but only stops for thrown items and items different than any in your inventory (and for fruit if you worship Fedhas). * Added the option explore_stop_pickup_ignore. Any items matching any of the regexes in the list will *not* cause "explore_stop = greedy_pickup" (or greedy_pickup_smart) to stop auto-explore. * "explore_stop = greedy_pickup" no longer stops when picking up gold. * "explore_stop = greedy_pickup" (or greedy_pickup_smart) now stops auto-explore after auto-pickup has happened, rather than right before it happens. * Removed obsolete ES_PICKUP. --- crawl-ref/settings/init.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt index 73e317e72d..8c8068bc43 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -166,6 +166,8 @@ drop_filter = useless_item # explore_greedy = false # explore_stop = items,greedy_items,stairs,shops,altars,gates # explore_improved = true +# +# explore_stop_pickup_ignore = curare auto_exclude = oklob plant,silver statue,orange crystal statue,ice statue auto_exclude = curse skull,roxanne -- cgit v1.2.3-54-g00ecf