summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-05-09 17:51:45 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-05-09 17:59:59 +0200
commit3d40279772d8c50790e004bbfcf0ba75b2dcb124 (patch)
treedcd69bca79ced44acfd3d48b22e2531dda8e24fa /crawl-ref/source/database.h
parent5821e79538451fb9a39cbffe5a2b0cf2240decd4 (diff)
downloadcrawl-ref-3d40279772d8c50790e004bbfcf0ba75b2dcb124.tar.gz
crawl-ref-3d40279772d8c50790e004bbfcf0ba75b2dcb124.zip
Handle races without lips in imp suck-ups.
RL black humans have lips in colours that are still valid for regular roses, so I guess most humanoids are fine. Mummies have no lips visible. Those in lich form have no meaty parts, including lips. Cats have them mostly covered in fur. Dragons have more prominent body parts to compliment.
Diffstat (limited to 'crawl-ref/source/database.h')
-rw-r--r--crawl-ref/source/database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index 1e47790af5..4244d479a7 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -50,6 +50,7 @@ std::string getWeightedSpeechString(const std::string &key,
std::string getQuoteString(const std::string &key);
std::string getLongDescription(const std::string &key);
std::string getWeightedRandomisedDescription(const std::string &key);
+void execute_embedded_lua(std::string &str);
std::vector<std::string> getLongDescKeysByRegex(const std::string &regex,
db_find_filter filter = NULL);