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/monstuff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/monstuff.h') diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h index 614b639ef9..9a9975def7 100644 --- a/crawl-ref/source/monstuff.h +++ b/crawl-ref/source/monstuff.h @@ -162,6 +162,7 @@ bool swap_places(monsters *monster, const coord_def &loc); bool swap_check(monsters *monster, coord_def &loc, bool quiet = false); +std::string get_wounds_description(const monsters *monster); void print_wounds(const monsters *monster); void handle_monsters(void); bool monster_descriptor(int which_class, mon_desc_type which_descriptor); -- cgit v1.2.3-54-g00ecf