summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-09 00:47:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-09 00:47:48 +0000
commitf355d0cc4d2ca649c06ade4b3e9c9154a41202a3 (patch)
tree2b1d0920c170a95037470df40748593b173d90df /crawl-ref/source/enum.h
parentc5f0a9b1667ed5091dbb5b413782dbaafc0541e3 (diff)
downloadcrawl-ref-f355d0cc4d2ca649c06ade4b3e9c9154a41202a3.tar.gz
crawl-ref-f355d0cc4d2ca649c06ade4b3e9c9154a41202a3.zip
Implement [2546032]: Aside from orc priests and orcs, which can worship
Beogh, and holy beings, which can worship TSO (or, specially, Xom), give other priestly monsters that need gods the new god GOD_NAMELESS. Monsters with this god will produce messages like "The monster invokes the aid of its god against you." git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9004 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index d7ef76457c..9e9f8baf38 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1335,7 +1335,8 @@ enum god_type
GOD_BEOGH,
NUM_GODS, // always after last god
- GOD_RANDOM = 100
+ GOD_RANDOM = 100,
+ GOD_NAMELESS = 101 // for monsters with nameless gods
};
enum holy_word_source_type