summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 11:54:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 11:54:17 +0000
commitf79c9dacc90e9a7880f73abe03565e6d797e20a9 (patch)
treed45f82cff8f90fa33bcafb45a836f72a1d00495e /crawl-ref/source/item_use.h
parent0bd8cc1203fd6872ed4446be5acbb838e4fb6338 (diff)
downloadcrawl-ref-f79c9dacc90e9a7880f73abe03565e6d797e20a9.tar.gz
crawl-ref-f79c9dacc90e9a7880f73abe03565e6d797e20a9.zip
Implemented Blade card.
Damnation will no longer work in Abyss/Pan/Lab. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1747 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 721ea9678b..be9c28ff44 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -149,4 +149,6 @@ void warn_shield_penalties();
int item_special_wield_effect(const item_def &item);
+bool wearing_slot(int inv_slot);
+
#endif