summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 7b038bb1e1..d596e28203 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1027,7 +1027,7 @@ static void _do_chaos_upgrade(item_def &item, const monsters* mon)
{
seen = true;
- description_level_type desc = mons_friendly(mon) ? DESC_CAP_YOUR :
+ description_level_type desc = mon->friendly() ? DESC_CAP_YOUR :
DESC_CAP_THE;
std::string msg = apostrophise(mon->name(desc));