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.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 841acda19b..f799597da4 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -914,15 +914,13 @@ void xom_acts(bool niceness, int sever)
if (crawl_state.is_god_retribution())
{
niceness = false;
- mprf(MSGCH_GOD, which_god,
- "%s asks Xom for help in punishing you, and Xom happily "
- "agrees.", god_name(which_god).c_str());
+ simple_god_message(" asks Xom for help in punishing you, and "
+ "Xom happily agrees.", which_god);
}
else
{
niceness = true;
- mprf(MSGCH_GOD, which_god, "%s calls in a favour from Xom.",
- god_name(which_god).c_str());
+ simple_god_message(" calls in a favour from Xom.", which_god);
}
}