From 2ad1fa9b0f50c91442995b715d0261138be1f167 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 12 Mar 2009 17:35:45 +0000 Subject: Various documentation tweaks. Among others, replace all references to "class" with "job", and "race" with "species" because that comes much closer to what they actually are. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9425 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/directn.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/directn.cc') diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc index 26c6a58f6b..30432cd59a 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -2966,6 +2966,9 @@ static std::string _get_monster_desc(const monsters *mon) else if (mons_neutral(mon)) // don't differentiate between permanent or not text += pronoun + " is indifferent to you.\n"; + if (mons_is_summoned(mon)) + text += pronoun + " has been summoned.\n"; + if (mon->haloed()) text += pronoun + " is illuminated by a divine halo.\n"; -- cgit v1.2.3-54-g00ecf