From 8f712c76e5d505d76f27ad7e906f4c20675efac3 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 24 Jun 2008 02:31:55 +0000 Subject: Simplify. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6095 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/xom.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/xom.cc') 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); } } -- cgit v1.2.3-54-g00ecf