summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
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.