summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/hive.des47
-rw-r--r--crawl-ref/source/newgame.cc2
2 files changed, 24 insertions, 25 deletions
diff --git a/crawl-ref/source/dat/hive.des b/crawl-ref/source/dat/hive.des
index 4f15b7622e..fc2c94d5c4 100644
--- a/crawl-ref/source/dat/hive.des
+++ b/crawl-ref/source/dat/hive.des
@@ -394,30 +394,29 @@ MAP
....111....
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_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:*
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 2848e0d981..d747723d30 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2965,7 +2965,7 @@ static void _opening_screen(void)
std::string msg =
"<yellow>Hello, welcome to " CRAWL " " VERSION "!</yellow>" EOL
"<brown>(c) Copyright 1997-2002 Linley Henzell, "
- "2002-2008 Crawl DevTeam" EOL
+ "2002-2009 Crawl DevTeam" EOL
"Please consult crawl_manual.txt for instructions and legal details."
"</brown>" EOL;