summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 21:37:09 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 21:37:09 +0000
commit5945e728fb8d65f4bf0bf90ab9979b7809db6350 (patch)
treee3f71a17289e664d1a4c34236e207dff6262fbb2 /crawl-ref/source/items.h
parent50ebba493b26cbee7f13852a6dc68659e35115b2 (diff)
downloadcrawl-ref-5945e728fb8d65f4bf0bf90ab9979b7809db6350.tar.gz
crawl-ref-5945e728fb8d65f4bf0bf90ab9979b7809db6350.zip
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
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h1
1 files changed, 1 insertions, 0 deletions
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 &);