summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.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/abl-show.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/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 7bc948f10f..71374f6498 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1615,7 +1615,7 @@ static bool _do_ability(const ability_def& abil)
case 7:
you.attribute[ATTR_DIVINE_LIGHTNING_PROTECTION] = 1;
- mpr("Makhleb hurls a blast of lightning!");
+ simple_god_message(" hurls a blast of lightning!", GOD_MAKHLEB);
// make a divine lightning bolt...
beam.beam_source = NON_MONSTER;