summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
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)
{