summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-02 01:50:16 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-02 22:58:31 -0400
commitba203fcf0cb2dbdfd720e0dcae2e08aecbc5e8d3 (patch)
tree7540bba90fb2c8ead7d45a2b999b31242abb19eb /crawl-ref/source/tilepick.cc
parent031d0d796e7f74dfa08a0ae8093c9b37625d7e11 (diff)
downloadcrawl-ref-ba203fcf0cb2dbdfd720e0dcae2e08aecbc5e8d3.tar.gz
crawl-ref-ba203fcf0cb2dbdfd720e0dcae2e08aecbc5e8d3.zip
Remove Elephant Slugs (actually turn them to dummy monsters)
Basically this has all the effects of a removal, but the elephant slug "stat block" remains as a dummy so Gastronok has a base type. The slugs even get swapped out on load for ghosts. One thing I've considered is turning Elephant Slugs into some other monsters, such as worms. "Slug" conveys the fact it is slow better than "Worm".
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 305c13c7c5..18888e01e4 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1184,10 +1184,6 @@ static tileidx_t _tileidx_monster_base(int type, bool in_water, int colour,
case MONS_NATASHA:
return TILEP_MONS_NATASHA;
- // slugs ('j')
- case MONS_ELEPHANT_SLUG:
- return TILEP_MONS_ELEPHANT_SLUG;
-
// killer bees ('k')
case MONS_KILLER_BEE:
return TILEP_MONS_KILLER_BEE;