From 65bf8d320e329008693d860cbf24c911be9a65a4 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 9 Aug 2007 16:59:57 +0000 Subject: Item class name is now "jewellery", not "jewelry" for consistency (David). Added &O command to show the number of turns used by explore to fully-explore the (reachable areas of) the current level. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1983 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/debug.h') diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h index 964965ea30..fc12ac434d 100644 --- a/crawl-ref/source/debug.h +++ b/crawl-ref/source/debug.h @@ -154,6 +154,8 @@ void debug_list_monsters(); void debug_card(); void debug_set_xl(); void debug_place_map(); +void debug_test_explore(); +void debug_dismiss_all_monsters(); #ifdef DEBUG_DIAGNOSTICS void generate_map_stats(); -- cgit v1.2.3-54-g00ecf