summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 35149b333a..0f61a1acee 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1343,7 +1343,7 @@ bool player_angers_monster(monsters *creation)
&& player_monster_visible(creation) )
{
mprf("%s is enraged by your holy aura!",
- str_monam(*creation, DESC_CAP_THE).c_str());
+ creation->name(DESC_CAP_THE).c_str());
}
}
return (true);