summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:02:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:02:49 +0000
commit8011d5b9610bd259faa1604db0a4400edf6a3f40 (patch)
treefbd787e2b06ddab5a0642370f7f8cbcc03a4472b /crawl-ref/source/monplace.h
parentafa3bd5cf599e0d3c220866e3eb67c673ffca1b9 (diff)
downloadcrawl-ref-8011d5b9610bd259faa1604db0a4400edf6a3f40.tar.gz
crawl-ref-8011d5b9610bd259faa1604db0a4400edf6a3f40.zip
Add more holy being-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7315 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 4c489686b4..d17c6938a8 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -76,7 +76,7 @@ enum demon_class_type
enum holy_being_class_type
{
- HOLY_BEING_TSO, // 0: Daeva or Angel
+ HOLY_BEING_WARRIOR, // 0: Daeva or Angel
HOLY_BEING_RANDOM // any of the above
};