summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 04:25:42 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 04:25:42 +0000
commitc2934ef52cd1c8e65712f0800f19080981e0db81 (patch)
tree2f1880e114a13e3cd940f7bd057e5c5c0363d5d1 /crawl-ref/source/randart.h
parent1eb7f2d5a83ed55299e3ed5c11aab34eb70732f4 (diff)
downloadcrawl-ref-c2934ef52cd1c8e65712f0800f19080981e0db81.tar.gz
crawl-ref-c2934ef52cd1c8e65712f0800f19080981e0db81.zip
The wizard "tweak item" command can now alter randart properties.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5429 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index 81d640679c..c6ac468c99 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -113,4 +113,12 @@ void set_unrandart_exist(int whun, bool is_exist);
int find_unrandart_index(const item_def& artefact);
int find_unrandart_index(const item_def &item);
+/* ***********************************************************************
+ * called from: debug
+ * *********************************************************************** */
+void randart_set_properties( item_def &item,
+ randart_properties_t &proprt );
+void randart_set_property( item_def &item,
+ randart_prop_type prop,
+ int val );
#endif