summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-21 08:23:35 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-21 08:23:35 +0000
commita36fd3f9f0e5bde3dd9d74e1742cfbd2f045c635 (patch)
tree162c04f1bb86a4f1bde64d55c69c81ee65b38680 /crawl-ref/source/items.h
parent02c7a7e290da364ed194a72ccc42240afe19e344 (diff)
downloadcrawl-ref-a36fd3f9f0e5bde3dd9d74e1742cfbd2f045c635.tar.gz
crawl-ref-a36fd3f9f0e5bde3dd9d74e1742cfbd2f045c635.zip
Allow vaults to request use of the acquirement code with "acquire <item_class>" or "acquire:<god> <item_class>" in item specs (due).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10765 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 8a0c9bd397..275bac2b3c 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -135,6 +135,7 @@ bool drop_item( int item_dropped, int quant_drop, bool try_offer = false );
int get_equip_slot(const item_def *item);
mon_inv_type get_mon_equip_slot(const monsters* mon, const item_def &item);
+void origin_reset(item_def &item);
void origin_set(const coord_def& where);
void origin_set_monster(item_def &item, const monsters *monster);
bool origin_known(const item_def &item);