From f355d0cc4d2ca649c06ade4b3e9c9154a41202a3 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 9 Feb 2009 00:47:48 +0000 Subject: 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 --- crawl-ref/source/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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 -- cgit v1.2.3-54-g00ecf