From 61ebfeda71005384365b4598594e03bbdaec1e05 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Tue, 16 Dec 2008 03:58:13 +0000 Subject: Merge r7836: divine summons should drop non-summoned items on death (FR #2424917), summoned items should vanish when dropped/fired/thrown by monsters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@7844 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makeitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.h') diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h index b5d1889109..8236c84aae 100644 --- a/crawl-ref/source/makeitem.h +++ b/crawl-ref/source/makeitem.h @@ -28,7 +28,7 @@ int items( int allow_uniques, object_class_type force_class, int force_type, void item_colour( item_def &item ); void init_rod_mp(item_def &item); -void give_item(int mid, int level_number); +void give_item(int mid, int level_number, bool mons_summoned); jewellery_type get_random_ring_type(); jewellery_type get_random_amulet_type(); -- cgit v1.2.3-54-g00ecf