summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index a8010d7caf..3ab643cf8b 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -190,6 +190,10 @@ bool torment_player(int pow, int caster)
case TORMENT_SCROLL:
aux = "scroll of torment";
break;
+
+ case TORMENT_XOM:
+ aux = "Xom's torment";
+ break;
}
caster = TORMENT_GENERIC;