summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-22 20:53:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-22 20:53:56 +0000
commitfb546e8b57956a7e545617691486f09be782a85c (patch)
tree68648d816fbbb348b0f9a209e467b31a6b8df833 /crawl-ref/source/xom.cc
parente2df435c4b498dfd1d82039b305d74a2522c7df3 (diff)
downloadcrawl-ref-fb546e8b57956a7e545617691486f09be782a85c.tar.gz
crawl-ref-fb546e8b57956a7e545617691486f09be782a85c.zip
If a god (currently, either Xom or Makhleb) hurls a blast of lightning,
display the message in the god channel. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6053 c06c8d41-db1a-0410-9941-cceddc491573
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 3140e45ed6..a933a075a3 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -696,7 +696,7 @@ static bool xom_is_good(int sever)
if (you.hp <= random2(201) && player_in_a_dangerous_place())
you.attribute[ATTR_DIVINE_LIGHTNING_PROTECTION] = 1;
- mpr("The area is suffused with divine lightning!");
+ god_speaks(GOD_XOM, "The area is suffused with divine lightning!");
bolt beam;
beam.beam_source = NON_MONSTER;