summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 18:39:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 18:39:42 +0000
commitd61352601c4d533931474d1f1b407d281204df5c (patch)
tree7410286189c09d4cdfc467183a07925e36d53263 /crawl-ref
parenta81098c80c200f365772508271e83ebe25065a77 (diff)
downloadcrawl-ref-d61352601c4d533931474d1f1b407d281204df5c.tar.gz
crawl-ref-d61352601c4d533931474d1f1b407d281204df5c.zip
Apply Josh's fix for religion.cc's debugging diagnostics (with minor
description tweaks). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3862 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index d188504969..fa589cbd20 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1924,7 +1924,8 @@ bool did_god_conduct( conduct_type thing_done, int level, bool known,
"Servant Kill Natural Evil", "Servant Kill Holy",
"Spell Memorise", "Spell Cast", "Spell Practise", "Spell Nonutility",
"Cards", "Stimulants", "Drink Blood", "Cannibalism", "Eat Meat",
- "Eat Souled Beings", "Create Life", "Deliberate Mutation"
+ "Eat Souled Being", "Deliberate Mutation", "Cause Glowing",
+ "Create Life"
};
COMPILE_CHECK(ARRAYSIZE(conducts) == NUM_CONDUCTS, c1);