summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-11 16:29:05 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-11 16:29:05 +0000
commit53a915ae2eef1b5c39147e2ccaf6695b2e995898 (patch)
treeb1f1005a30b0e161427a5f8ec802a0fa57e0d74a /crawl-ref/source/randart.h
parent0bca2a20b6a35b2f3be34fab88902866ae7c38c6 (diff)
downloadcrawl-ref-53a915ae2eef1b5c39147e2ccaf6695b2e995898.tar.gz
crawl-ref-53a915ae2eef1b5c39147e2ccaf6695b2e995898.zip
Implementing FR 1829063: warning when putting on/removing items
with a stat property that will be fatal. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2839 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index 7658bce3c7..ecdac587ab 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -81,6 +81,8 @@ int randart_wpn_property( const item_def &item, randart_prop_type prop,
int randart_wpn_property( const item_def &item, randart_prop_type prop );
+int randart_known_wpn_property( const item_def &item, randart_prop_type prop );
+
int randart_wpn_num_props( const item_def &item );
int randart_wpn_num_props( const randart_properties_t &proprt );