summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-29 05:59:51 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-29 05:59:51 +0000
commit3744c360da8fefca3e74ec098b9478df017f6b3f (patch)
treee3cac9c77ce17fc60c982f8677194764a3bcedcd /crawl-ref/source/monplace.h
parent3ccb84a86f21de5797a5a2480711233fb38ea9d5 (diff)
downloadcrawl-ref-3744c360da8fefca3e74ec098b9478df017f6b3f.tar.gz
crawl-ref-3744c360da8fefca3e74ec098b9478df017f6b3f.zip
Differentiate between god gift monsters and non-gift monsters with a god via
MF_GOD_GIFT. When a non-god gift priestly monster is first created it will be given a god: orcs Beogh, mummies Kikubaaqudgha or Yredelemnul, and deep elves Kikubaaqudgha, Yredelemnul or Makhleb. Monster spell announcments/messages for priestly monsters now uses the name of their god. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8008 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 300803fe2f..fd6300e83b 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -145,9 +145,9 @@ struct mgen_data
// Generation flags from mgen_flag_type.
unsigned flags;
- // What god the monster worships, if any. This is currently only
- // used for monsters that are god gifts, to indicate which god sent
- // them.
+ // What god the monster worships, if any. Used for monsters that are god
+ // gifts, to indicate which god sent them, and by priest monsters, to
+ // indicate whose priest they are.
god_type god;
// The number of hydra heads or manticore attack volleys. Note: