summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-09-29 16:51:05 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-09-29 17:32:56 +0100
commit1c984df8f4b3b12bfc49e1a2201c91fc2e511b67 (patch)
tree919c9df3eb2963aed751325b39629622592789a2 /crawl-ref/source/mon-pick.cc
parent6d822633cb7f162447dd4d4f0820ee5c174f8179 (diff)
downloadcrawl-ref-1c984df8f4b3b12bfc49e1a2201c91fc2e511b67.tar.gz
crawl-ref-1c984df8f4b3b12bfc49e1a2201c91fc2e511b67.zip
Remove bumblebees
Killer/queen bees and wasps already cover pretty much all the bases in terms of flying poisonous things - bumblebees almost never showed up and when they did they didn't do anything interesting.
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index e9d1069acc..e63d500544 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -582,7 +582,6 @@ int mons_dungeon_level(monster_type mcls)
case MONS_SHINING_EYE:
return 24;
- case MONS_BUMBLEBEE:
case MONS_ORC_WARLORD:
case MONS_IRON_TROLL:
case MONS_YAKTAUR_CAPTAIN:
@@ -813,7 +812,6 @@ int mons_dungeon_rare(monster_type mcls)
case MONS_KOBOLD_DEMONOLOGIST:
return 13;
- case MONS_BUMBLEBEE:
case MONS_ORC_HIGH_PRIEST:
return 12;
@@ -1168,7 +1166,6 @@ int mons_lair_level(monster_type mcls)
case MONS_BLACK_MAMBA:
case MONS_BRAIN_WORM:
- case MONS_BUMBLEBEE:
case MONS_FIRE_DRAKE:
case MONS_HYDRA:
case MONS_OKLOB_PLANT:
@@ -1302,7 +1299,6 @@ int mons_lair_rare(monster_type mcls)
return 8;
case MONS_BRAIN_WORM:
- case MONS_BUMBLEBEE:
return 7;
case MONS_WOLF_SPIDER: