From bb0e38e1587778e0bc54f0ae7b19281cf10e8aa6 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Tue, 24 Nov 2009 12:10:59 +1000 Subject: Put monster-overriden quotes in the right place. --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 5710949b8d..475ce9a72b 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -2811,7 +2811,7 @@ void get_monster_db_desc(const monsters& mons, describe_info &inf, // And quotes {due} if (mons.props.exists("quote")) - inf.body << std::string(mons.props["quote"]); + inf.quote = mons.props["quote"].get_string(); else inf.quote = getQuoteString(db_name); -- cgit v1.2.3-54-g00ecf