From 5945e728fb8d65f4bf0bf90ab9979b7809db6350 Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 14 Sep 2008 21:37:09 +0000 Subject: God-gifted (i.e. Nemelex-gifted) decks now ID after one card if it's not an oddity draw, since these decks are pure and there can be no confusion. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6931 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/items.h') diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h index f671d291cb..25db8927f6 100644 --- a/crawl-ref/source/items.h +++ b/crawl-ref/source/items.h @@ -134,6 +134,7 @@ void origin_acquired(item_def &item, int agent); void origin_set_startequip(item_def &item); void origin_set_unknown(item_def &item); void origin_set_inventory( void (*oset)(item_def &item) ); +bool origin_is_god_gift(const item_def& item); std::string origin_monster_name(const item_def &item); bool item_needs_autopickup(const item_def &); -- cgit v1.2.3-54-g00ecf