summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-17 12:55:28 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-17 13:01:32 -0400
commit74d4e68c6cc6146599720906622add4215071b0f (patch)
tree368eef730e46aa4cc76992d2f5e750fb68747800 /crawl-ref/source/enum.h
parent82d525cfdcb0f3fa31cd5e2433fa3340949196bd (diff)
downloadcrawl-ref-74d4e68c6cc6146599720906622add4215071b0f.tar.gz
crawl-ref-74d4e68c6cc6146599720906622add4215071b0f.zip
Remove pulsating lumps.
Cigo's now has simple shapeshifters, which seem to work all right.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index cc4f9b34dd..9f652b486e 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2414,7 +2414,9 @@ enum monster_type // menv[].type
MONS_DEATH_OOZE,
MONS_ACID_BLOB,
MONS_SLIME_CREATURE,
+#if TAG_MAJOR_VERSION == 34
MONS_PULSATING_LUMP,
+#endif
MONS_GIANT_EYEBALL,
MONS_EYE_OF_DRAINING,
MONS_SHINING_EYE,