From 65b6a91d63885d508bd0b6f32fbbc1cb7c100790 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 10 Jul 2008 14:48:53 +0000 Subject: Describe items considered evil by the good gods as such in the inventory description screen. This should fix [2014399]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6474 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 658191e1c8..3dd6883dc1 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -1909,6 +1909,12 @@ std::string get_item_description( const item_def &item, bool verbose, } } + if (good_god_dislikes_item_handling(item)) + { + description << "$$" << god_name(you.religion) << " opposes the use of " + << "such an evil item."; + } + if (god_dislikes_item_handling(item)) { description << "$$" << god_name(you.religion) << " disapproves of the " -- cgit v1.2.3-54-g00ecf