From 12f4ddfc4601e0ea1f71c873cf205b4479a4a26d Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 27 May 2008 01:50:34 +0000 Subject: Outsource names of roaring animals and smells. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5277 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.cc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'crawl-ref/source/misc.cc') diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc index 8815dfbfaa..6424b506af 100644 --- a/crawl-ref/source/misc.cc +++ b/crawl-ref/source/misc.cc @@ -2392,6 +2392,24 @@ std::string weird_writing() return result; } +std::string weird_roaring_animal() +{ + std::string result = getRandNameString("roaring_animal_name"); + + lowercase(result); + + return result; +} + +std::string weird_smell() +{ + std::string result = getRandNameString("smell_name"); + + lowercase(result); + + return result; +} + bool scramble(void) { if (you.attribute[ATTR_TRANSFORMATION] == TRAN_STATUE) -- cgit v1.2.3-54-g00ecf