summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-01 17:32:31 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-01 20:01:02 -0400
commit574083af5af8c7216523a4a450a5dbe7d8fb85c1 (patch)
treef62d3c1555e42b388bd2ca7b54c6126665ba0b51 /crawl-ref/source/enum.h
parent3833f9cc2900f2270ebcab094e09cd3e7393029c (diff)
downloadcrawl-ref-574083af5af8c7216523a4a450a5dbe7d8fb85c1.tar.gz
crawl-ref-574083af5af8c7216523a4a450a5dbe7d8fb85c1.zip
Remove Giant Slugs
Slow melee-only monsters are awful, and nobody objected to removing these. Next to be removed: elephant slugs. Somebody might want to look over my vault edits, as ususal.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9c925889fd..fbc3a9bac8 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2327,8 +2327,8 @@ enum monster_type // menv[].type
MONS_HOG,
MONS_HELL_HOG,
MONS_HOLY_SWINE, // porkalator
- MONS_GIANT_SLUG,
#if TAG_MAJOR_VERSION == 34
+ MONS_GIANT_SLUG,
MONS_AGATE_SNAIL,
#endif
MONS_ELEPHANT_SLUG,