summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 80744767a5..8b99c28409 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2168,12 +2168,12 @@ std::string get_item_description( const item_def &item, bool verbose,
}
}
- if (good_god_dislikes_item_handling(item))
+ if (good_god_hates_item_handling(item))
{
description << "$$" << god_name(you.religion) << " opposes the use of "
<< "such an evil item.";
}
- else if (god_dislikes_item_handling(item))
+ else if (god_hates_item_handling(item))
{
description << "$$" << god_name(you.religion) << " disapproves of the "
<< "use of such an item.";