summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-30 16:48:54 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-30 16:48:54 +0000
commita320981303fe11bb37c082d7642bb14dc1b42608 (patch)
tree9ff0e6fad4ca20d8c7aa67ca71e01d9a4cb3889b /crawl-ref/source/religion.h
parentf293b549380417066ccb78d5e52374a7106ad10b (diff)
downloadcrawl-ref-a320981303fe11bb37c082d7642bb14dc1b42608.tar.gz
crawl-ref-a320981303fe11bb37c082d7642bb14dc1b42608.zip
Added some colour to the resists screen.
Added piety levels and penance to the resists screen. (Penance is signified by a * before the god name, piety levels by *s after the god name.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@535 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 0e4f65a7cf..67ef4b15f6 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -31,5 +31,6 @@ void pray(void);
void handle_god_time(void);
char god_colour(char god);
void god_pitch(unsigned char which_god);
+int piety_rank(int piety = -1);
#endif