summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-20 01:02:43 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-20 01:02:43 +0000
commit09df3fcb005f1164e5e0a813cd9dceae4f75dd93 (patch)
tree9724eb9c1968d6013eee56340982ffe2c8549119 /crawl-ref/source/ouch.cc
parenta56eea02ae7ce566af2baff5be396ddc15134735 (diff)
downloadcrawl-ref-09df3fcb005f1164e5e0a813cd9dceae4f75dd93.tar.gz
crawl-ref-09df3fcb005f1164e5e0a813cd9dceae4f75dd93.zip
Add a few more Xom messages. Also, since he already has a mass
confusion effect, replace Mass Confusion with Cause Fear in his random spell list. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9520 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index c1338b0960..cb85f27986 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -943,8 +943,8 @@ void ouch(int dam, int death_source, kill_method_type death_type,
you.escaped_death_cause = death_type;
you.escaped_death_aux = aux == NULL ? "" : aux;
- // Xom should only kill his worshippers if they're under penance or
- // Xom is bored.
+ // Xom should only kill his worshippers if they're under penance
+ // or Xom is bored.
if (you.religion == GOD_XOM && !you.penance[GOD_XOM]
&& you.gift_timeout > 0)
{