summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-17 05:53:14 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-17 05:53:14 +0000
commit44a546c7ad33852310dfdb3287f0e6502e4890bd (patch)
tree4f911ce37fc351e55c55241884cf079a238337ce /crawl-ref/source/describe.h
parentb134ff6ce032256b6ac491e144b811ae6651e668 (diff)
downloadcrawl-ref-44a546c7ad33852310dfdb3287f0e6502e4890bd.tar.gz
crawl-ref-44a546c7ad33852310dfdb3287f0e6502e4890bd.zip
Different messages for piety gain/no piety gain when sacrificing.
Doesn't take the piety slowdowns at high piety (this is semi-intentional.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2126 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index a5999d8488..af067e0415 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -75,6 +75,6 @@ std::string ghost_description(const monsters &mons, bool concise = false);
const char *trap_name(trap_type trap);
int str_to_trap(const std::string &s);
-extern const char* god_gain_power_messages[MAX_NUM_GODS][MAX_GOD_ABILITIES];
+extern const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES];
#endif