summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-grow.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-24 18:38:03 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-24 19:11:46 +0200
commitf4ea95c2fb4b0d5fb5c8bfd4ff1ce6b7d8a0625b (patch)
tree00595bca678da074b5a2a1b562dc9121215b275e /crawl-ref/source/mon-grow.cc
parente89e052b6cc822f51ed56954d3b22c8941ab72a1 (diff)
downloadcrawl-ref-f4ea95c2fb4b0d5fb5c8bfd4ff1ce6b7d8a0625b.tar.gz
crawl-ref-f4ea95c2fb4b0d5fb5c8bfd4ff1ce6b7d8a0625b.zip
Axe killer bee larvae.
The bad thing is, we wasted quite a lot of work fixing bugs in honey eating, including a rewrite of monster polymorph just to be able to handle them, yet they were never used in an actual release.
Diffstat (limited to 'crawl-ref/source/mon-grow.cc')
-rw-r--r--crawl-ref/source/mon-grow.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-grow.cc b/crawl-ref/source/mon-grow.cc
index 9917441823..763426a202 100644
--- a/crawl-ref/source/mon-grow.cc
+++ b/crawl-ref/source/mon-grow.cc
@@ -40,8 +40,6 @@ static const monster_level_up mon_grow[] =
monster_level_up(MONS_ANT_LARVA, MONS_WORKER_ANT),
- monster_level_up(MONS_KILLER_BEE_LARVA, MONS_KILLER_BEE),
-
monster_level_up(MONS_CENTAUR, MONS_CENTAUR_WARRIOR),
monster_level_up(MONS_YAKTAUR, MONS_YAKTAUR_CAPTAIN),