summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 16:24:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 16:24:26 +0000
commit4d241fb1496d98030ccaaa2944b42d6644297087 (patch)
treeda44db28a626dacfe9b8cb45d22c0198890e0512 /crawl-ref
parentce24f53841be78bb2c80e2faf9c446215a9a8a38 (diff)
downloadcrawl-ref-4d241fb1496d98030ccaaa2944b42d6644297087.tar.gz
crawl-ref-4d241fb1496d98030ccaaa2944b42d6644297087.zip
Apply trunk r10323 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10324 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index ff625495de..0b3b138683 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -3256,5 +3256,5 @@ void nemelex_shuffle_decks()
success = true;
if (success)
- god_speaks(GOD_NEMELEX_XOBEH, "You hear Nemelex chuckle.");
+ god_speaks(GOD_NEMELEX_XOBEH, "You hear Nemelex Xobeh chuckle.");
}