summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-13 17:42:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-13 17:42:24 +0000
commit868f85f513649fcc33d58858808d529ffb378ed7 (patch)
treef0333fd1652c3958e259a0c1cdf3bc9060dbc56c /crawl-ref/source/religion.cc
parentc5a3023550aad819777f9d0e311cc81edeea496a (diff)
downloadcrawl-ref-868f85f513649fcc33d58858808d529ffb378ed7.tar.gz
crawl-ref-868f85f513649fcc33d58858808d529ffb378ed7.zip
For consistency, put Xom's prayer message in the prayer channel.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5023 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index ba625cfbbd..8565f31b56 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1717,7 +1717,7 @@ void pray()
}
else if (you.religion == GOD_XOM)
{
- mpr("Xom ignores you.");
+ god_speaks(you.religion, "Xom ignores you.");
return;
}