summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-13 14:19:11 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-13 21:08:36 -0400
commit12223c06ef9274e1b90c86d4c6a8ebd9f813c66a (patch)
treeac71d6e58668844f1ce17905d76901f19e640ce3 /crawl-ref/source/mon-info.cc
parent8e1b8955197c90e724290fb66c5842639f659b8f (diff)
downloadcrawl-ref-12223c06ef9274e1b90c86d4c6a8ebd9f813c66a.tar.gz
crawl-ref-12223c06ef9274e1b90c86d4c6a8ebd9f813c66a.zip
Remove Shedu
They never really worked as enemies - their only unique aspect, partner resurrection, was just annoying.
Diffstat (limited to 'crawl-ref/source/mon-info.cc')
-rw-r--r--crawl-ref/source/mon-info.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-info.cc b/crawl-ref/source/mon-info.cc
index 68a1d31abb..530b0f551e 100644
--- a/crawl-ref/source/mon-info.cc
+++ b/crawl-ref/source/mon-info.cc
@@ -115,8 +115,6 @@ static monster_info_flags ench_to_mb(const monster& mons, enchant_type ench)
return MB_PARALYSED;
case ENCH_SOUL_RIPE:
return MB_POSSESSABLE;
- case ENCH_PREPARING_RESURRECT:
- return MB_PREP_RESURRECT;
case ENCH_REGENERATION:
return MB_REGENERATION;
case ENCH_RAISED_MR:
@@ -473,7 +471,6 @@ monster_info::monster_info(const monster* m, int milev)
// these use number for internal information
if (type == MONS_SIXFIRHY
|| type == MONS_JIANGSHI
- || type == MONS_SHEDU
|| type == MONS_KRAKEN_TENTACLE
|| type == MONS_KRAKEN_TENTACLE_SEGMENT
|| type == MONS_ELDRITCH_TENTACLE_SEGMENT