summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 23:02:18 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 23:02:18 +0000
commitae8b9d93ae9dfe0df789c4867fbd5aeff695c6df (patch)
tree4a0695dac4cc6a127d5ace7163c598af7ea596cb /crawl-ref/source/randart.h
parente286813813d43276645532721311960f8178faa7 (diff)
downloadcrawl-ref-ae8b9d93ae9dfe0df789c4867fbd5aeff695c6df.tar.gz
crawl-ref-ae8b9d93ae9dfe0df789c4867fbd5aeff695c6df.zip
Better feedback for Beogh water walking.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1751 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index fc8f3905d7..5af4023cf9 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -28,8 +28,9 @@ bool is_random_artefact( const item_def &item );
bool is_unrandom_artefact( const item_def &item );
bool is_fixed_artefact( const item_def &item );
-int get_unique_item_status( int base_type, int type );
-void set_unique_item_status( int base_type, int type, int status );
+unique_item_status_type get_unique_item_status( int base_type, int type );
+void set_unique_item_status( int base_type, int type,
+ unique_item_status_type status );
/* ***********************************************************************
* called from: itemname