summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 02:23:45 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 02:23:45 +0000
commitb3a157e60e8c01aae3827e35e49306d775ea85d1 (patch)
tree670a371cb4de51ae9cb86ae987616977bb4c4baf /crawl-ref/source/items.h
parent8e16f1a94ec8926ea4dc93f66e26c8512337e005 (diff)
downloadcrawl-ref-b3a157e60e8c01aae3827e35e49306d775ea85d1.tar.gz
crawl-ref-b3a157e60e8c01aae3827e35e49306d775ea85d1.zip
Mark quivered items as equipped (interface only, not gameplay.)
FR 2059687. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7071 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 25db8927f6..79ec57bf00 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -151,7 +151,7 @@ bool need_to_autoinscribe();
void request_autoinscribe(bool do_inscribe = true);
void autoinscribe();
-bool item_is_equipped(const item_def &item);
+bool item_is_equipped(const item_def &item, bool quiver_too = false);
void item_was_lost(const item_def &item);
void item_was_destroyed(const item_def &item, int cause = -1);