From d5f99b33e02371f88fa0028b496f48539d9ec8a1 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 10 Sep 2007 18:21:32 +0000 Subject: Identification overhaul part II. Okay, not really. ;) Applying Matthew's latest patch (1789869): Identify items you see monsters use. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2068 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/debug.h') diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h index 6dd314f592..5e8b80ee76 100644 --- a/crawl-ref/source/debug.h +++ b/crawl-ref/source/debug.h @@ -160,6 +160,7 @@ void debug_dismiss_all_monsters(); class monsters; void debug_make_monster_shout(monsters* mon); +void wizard_give_monster_item(monsters* mon); #ifdef DEBUG_DIAGNOSTICS void generate_map_stats(); -- cgit v1.2.3-54-g00ecf