summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-11 07:04:48 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-11 07:04:48 +0000
commitcdeeda046914bb54948d0c89e92988ff630f3ad7 (patch)
tree972aaf99c94405bcfe7cb045eb9751a154d5e7d6 /crawl-ref/source/randart.h
parenta0bf507cfa086919b1797ca8d181d99e37abd14a (diff)
downloadcrawl-ref-cdeeda046914bb54948d0c89e92988ff630f3ad7.tar.gz
crawl-ref-cdeeda046914bb54948d0c89e92988ff630f3ad7.zip
The Ctrl-I wizard command can now generates stats on randart properties
for a given base item. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3046 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index e8be21e047..726b94396a 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -99,6 +99,12 @@ bool make_item_randart( item_def &item );
bool make_item_unrandart( item_def &item, int unrand_index );
/* ***********************************************************************
+ * called from: randart - debug
+ * *********************************************************************** */
+bool randart_is_bad( const item_def &item );
+bool randart_is_bad( const item_def &item, randart_properties_t &proprt );
+
+/* ***********************************************************************
* called from: files - newgame
* *********************************************************************** */
void set_unrandart_exist(int whun, bool is_exist);