summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 19:37:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 19:37:31 +0000
commitb802de9f845e3ca05a8c20934b7d6b41a5864dba (patch)
tree2f03fe68c7a99564cbb01bec2e0e013b993ccb67 /crawl-ref/source/enum.h
parent5f4fe73fe0ead41e41bea5042c563815fbc9f1f5 (diff)
downloadcrawl-ref-b802de9f845e3ca05a8c20934b7d6b41a5864dba.tar.gz
crawl-ref-b802de9f845e3ca05a8c20934b7d6b41a5864dba.zip
For consistency, split off the conduct for your undead slaves' killing
holy beings. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7555 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 876a16b3ba..c8d8a95ba4 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -661,6 +661,7 @@ enum conduct_type
DID_UNDEAD_KILLED_BY_SERVANT,
DID_DEMON_KILLED_BY_SERVANT,
DID_NATURAL_EVIL_KILLED_BY_SERVANT, // TSO
+ DID_HOLY_KILLED_BY_UNDEAD_SLAVE,
DID_HOLY_KILLED_BY_SERVANT,
DID_SPELL_MEMORISE,
DID_SPELL_CASTING,