summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:55:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:55:53 +0000
commit1c8fbc7467560766775fe9aba26261031f47c16e (patch)
tree318e5f19799ac7cd1c1f45c8d092a9f57d182690 /crawl-ref/source/misc.cc
parent62d953c65b657eca6880483b8b4382aba66e45ac (diff)
downloadcrawl-ref-1c8fbc7467560766775fe9aba26261031f47c16e.tar.gz
crawl-ref-1c8fbc7467560766775fe9aba26261031f47c16e.zip
Outsource weird sounds.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5386 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index b80e276fc6..4a9ef1d06f 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2424,6 +2424,11 @@ std::string weird_smell()
return getMiscString("smell_name");
}
+std::string weird_sound()
+{
+ return getMiscString("sound_name");
+}
+
bool scramble(void)
{
// Statues are too stiff and heavy to scramble out of the water.