summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.cc
diff options
context:
space:
mode:
authorAaron Becker <akbecker@gmail.com>2011-12-09 12:35:51 -0600
committerNeil Moore <neil@s-z.org>2011-12-09 14:24:40 -0500
commit94f00e13313bad349f552abc43b6f9851ba15c27 (patch)
treeae9e0bdb1ecb70dd4138dd001a8d63efe1df4b58 /crawl-ref/source/dgn-overview.cc
parentf789c54d63a54a7a57797681d0e5798bf7e1743c (diff)
downloadcrawl-ref-94f00e13313bad349f552abc43b6f9851ba15c27.tar.gz
crawl-ref-94f00e13313bad349f552abc43b6f9851ba15c27.zip
Fix annotation name for Serpent of Hell.
Diffstat (limited to 'crawl-ref/source/dgn-overview.cc')
-rw-r--r--crawl-ref/source/dgn-overview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-overview.cc b/crawl-ref/source/dgn-overview.cc
index f1885b3159..86cdf83c02 100644
--- a/crawl-ref/source/dgn-overview.cc
+++ b/crawl-ref/source/dgn-overview.cc
@@ -891,7 +891,7 @@ static std::string unique_name(monster* mons)
if (strstr(name.c_str(), "Lernaean hydra"))
name = "Lernaean hydra";
if (strstr(name.c_str(), "Serpent of Hell"))
- name = "Lernaean hydra";
+ name = "Serpent of Hell";
if (strstr(name.c_str(), "Blork"))
name = "Blork the orc";
}