From 91527afd3e9c0e92ddb79cdc63e89ccf2fa536fe Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Tue, 13 Oct 2009 18:12:47 -0700 Subject: New option explore_delay, which lets you make the delay between auto-explore moves be different than the delay between the moves of other types of travel. By default (explore_delay == -1) the auto-explore delay is the same as travel_delay, preserving the old behaviour. --- crawl-ref/settings/init.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt index 04fb12f73e..d49fc6812b 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -160,6 +160,7 @@ drop_filter = useless_item ##### 4-g Travel and Exploration ################# # # travel_delay = 20 +# explore_delay = -1 # travel_avoid_terrain = shallow water # # explore_greedy = false -- cgit v1.2.3-54-g00ecf