summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-28 10:32:48 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-28 10:32:48 +0000
commit63ac65ab46e2c2bdde0c9875bcef6a98463913f7 (patch)
tree9be0673ddac5f3be35bfb1f504ffb1fb0f7d3e0a /crawl-ref/source/stuff.h
parentcca0fc06c3898393b7328041a07941a68d0d50d0 (diff)
downloadcrawl-ref-63ac65ab46e2c2bdde0c9875bcef6a98463913f7.tar.gz
crawl-ref-63ac65ab46e2c2bdde0c9875bcef6a98463913f7.zip
Gave boots, gloves and helmets specific colours instead of cyan
(magenta, red and green, specifically.) I'm no designer - speak up if you want these colours changed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@522 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index c05231ceb5..2356eeb5d4 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -78,6 +78,7 @@ bool silenced(char x, char y);
bool player_can_hear(char x, char y);
unsigned char random_colour(void);
+unsigned char random_uncommon_colour();
bool is_element_colour( int col );
int element_colour( int element, bool no_random = false );