summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-damage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-damage.cc')
-rw-r--r--crawl-ref/source/spl-damage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-damage.cc b/crawl-ref/source/spl-damage.cc
index 1bbc2ea5e6..a78055a0d0 100644
--- a/crawl-ref/source/spl-damage.cc
+++ b/crawl-ref/source/spl-damage.cc
@@ -437,7 +437,7 @@ static void _pre_refrigerate(actor* agent, bool player,
_counted_monster_list_from_vector(seen_monsters);
const string message =
make_stringf("%s %s frozen.",
- mons_list.describe().c_str(),
+ mons_list.describe(DESC_THE, true).c_str(),
mons_list.count() == 1? "is" : "are");
if (strwidth(message) < get_number_of_cols() - 2)
mpr(message.c_str());