From b9ec191e5b920fa949a4b82084d15337274e8640 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 10 Jul 2009 15:53:50 +0000 Subject: 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 --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') 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" -- cgit v1.2.3-54-g00ecf