summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-10 15:53:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-10 15:53:50 +0000
commitb9ec191e5b920fa949a4b82084d15337274e8640 (patch)
tree535470a79edb41283c774d3138ac64b8b5879258 /crawl-ref/source/enum.h
parent49acbb9fe34fcd43074bc243569c7f3bfe064986 (diff)
downloadcrawl-ref-b9ec191e5b920fa949a4b82084d15337274e8640.tar.gz
crawl-ref-b9ec191e5b920fa949a4b82084d15337274e8640.zip
Implement [2805989]: Improve Yred's Enslave Soul ability. Remove the
HD-dependent random resistance check, replace it with an Invocations-dependent timeout, and restrict it to monsters that are no worse than lightly wounded/damaged. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10134 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b31f0bd73e..46bbccfca1 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1239,6 +1239,7 @@ enum enchant_type
ENCH_PETRIFYING,
ENCH_PETRIFIED,
ENCH_LOWERED_MR,
+ ENCH_SOUL_RIPE,
ENCH_SLOWLY_DYING,
// Update enchantment names in mon-util.cc when adding or removing
@@ -2100,8 +2101,7 @@ enum monster_flag_type
// currently used for abominations created
// via Twisted Resurrection
MF_ENSLAVED_SOUL = 0x8000, // An undead monster soul enslaved by
- // Yredelemnul's power, or the natural
- // monster from whom the soul is taken
+ // Yredelemnul's power
MF_NAME_SUFFIX = 0x10000, // mname is a suffix.
MF_NAME_NO_THE = 0x20000, // mname is a prefix with no "the"