summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/branch.cc2
-rw-r--r--crawl-ref/source/dat/hive.des59
-rw-r--r--crawl-ref/source/mon-pick.cc2
3 files changed, 32 insertions, 31 deletions
diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc
index 968be889a0..48f14f98f9 100644
--- a/crawl-ref/source/branch.cc
+++ b/crawl-ref/source/branch.cc
@@ -221,7 +221,7 @@ Branch branches[] = {
NULL, NULL, NULL, NULL,
10, 'P', false, true },
- { BRANCH_HIVE, BRANCH_MAIN_DUNGEON, 4, 15, 0, 0,
+ { BRANCH_HIVE, BRANCH_MAIN_DUNGEON, 2, 15, 0, 0,
DNGN_ENTER_HIVE, DNGN_RETURN_FROM_HIVE,
"Hive", "the Hive", "Hive",
"You hear a buzzing sound coming from all directions.",
diff --git a/crawl-ref/source/dat/hive.des b/crawl-ref/source/dat/hive.des
index 20b77033da..4f15b7622e 100644
--- a/crawl-ref/source/dat/hive.des
+++ b/crawl-ref/source/dat/hive.des
@@ -47,7 +47,7 @@ MONS: nothing / killer bee / killer bee larva
MONS: queen bee
ORIENT: float
MAP
-1111..@.
+1111..@.
1211....
1111....
............1
@@ -305,7 +305,7 @@ MAP
ENDMAP
NAME: lemuel_Hive_Zombies
-DEPTH: Hive:1-3
+DEPTH: Hive:1
ORIENT: float
TAGS: no_monster_gen
MONS: killer bee zombie / weight:2 killer bee larva zombie
@@ -390,33 +390,34 @@ MAP
.11WwwXwXwwW11.
..11WwwXwwW11..
...11WwwwW11...
- ...1111111...
- ....111....
+ ...1111111...
+ ....111....
ENDMAP
-NAME: lemuel_wasp_nest
-DEPTH: Hive:2-3
-MONS: yellow wasp / weight:2 red wasp
-WEIGHT: 1
-SUBST: 1=1 .:15
-SUBST: ?=a.
-MAP
- a?@?a
- a?.?a
- aaaaa.aaaaa
- aa111a.a111aa
-aa111aa.aa111aa
-a111aaa.aaa111a
-a?1.??a.a??.1?a
-aa?...a.a...?aa
- aaa?.....?aaa
- aaa?.?aaa
- aa.aa
- a.a
- a.a
- a*a
- aaa
-ENDMAP
+# Cannot use this now the two middle Hive levels have been chopped. (jpeg)
+#NAME: lemuel_wasp_nest
+#DEPTH: Hive:2-3
+#MONS: yellow wasp / weight:2 red wasp
+#WEIGHT: 1
+#SUBST: 1=1 .:15
+#SUBST: ?=a.
+#MAP
+# a?@?a
+# a?.?a
+# aaaaa.aaaaa
+# aa111a.a111aa
+#aa111aa.aa111aa
+#a111aaa.aaa111a
+#a?1.??a.a??.1?a
+#aa?...a.a...?aa
+# aaa?.....?aaa
+# aaa?.?aaa
+# aa.aa
+# a.a
+# a.a
+# a*a
+# aaa
+#ENDMAP
NAME: lemuel_hive_grid_a
DEPTH: Hive:*
@@ -469,10 +470,10 @@ ENDMAP
##############################################################################
############################################################################
-# Hive:4 beehive
+# Hive:2 beehive
#
NAME: beehive
-PLACE: Hive:4
+PLACE: Hive:2
ORIENT: encompass
MONS: queen bee, killer bee, killer bee larva, plant, yellow wasp
MONS: random, random
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index 41d8b1e688..438b46dc80 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -1958,7 +1958,7 @@ int mons_hive_level(int mcls)
break;
case MONS_KILLER_BEE_LARVA:
- mlev += 2;
+ mlev++;
break;
default: