summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.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/tilepick.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/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index cfd9dc6a70..f1eb526f99 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1581,8 +1581,6 @@ static tileidx_t _tileidx_monster_base(int type, bool in_water, int colour,
return TILEP_MONS_HARPY;
case MONS_MINOTAUR:
return TILEP_MONS_MINOTAUR;
- case MONS_SHEDU:
- return TILEP_MONS_SHEDU;
case MONS_TENGU:
return TILEP_MONS_TENGU;
case MONS_TENGU_CONJURER:
@@ -3848,8 +3846,6 @@ static tileidx_t _tileidx_corpse(const item_def &item)
return TILE_CORPSE_TENGU;
case MONS_SPHINX:
return TILE_CORPSE_SPHINX;
- case MONS_SHEDU:
- return TILE_CORPSE_SHEDU;
case MONS_ARACHNE:
return TILE_CORPSE_ARACHNE;