From 6760ab3170033b2ecceb6ced51e2de7a5d78d6fe Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 8 Mar 2009 17:00:33 +0000 Subject: * Rarely, allow randart books to use entirely random names. * Use monsters' 'x' descriptions as inf.title when hovering your mouse over monster tiles. * A bit of code cleanup. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9385 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index a0023224b7..1e57e372c9 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -195,7 +195,7 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai, #ifndef DEBUG_DIAGNOSTICS if (at.context == "newly seen") { - std::string text = get_monster_desc(mon, false); + std::string text = get_monster_equipment_desc(mon, false); text += " comes into view."; print_formatted_paragraph(text, MSGCH_WARN); } -- cgit v1.2.3-54-g00ecf