summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 18:10:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 18:10:10 +0000
commit8b8f4a7e0af566887a0f5e09b5ac90cf0e45fb1b (patch)
treec3e2eefdf68d6608129bbd274cf97d5821bea698 /crawl-ref/source/effects.cc
parentdf572b8d679e253db03e087accd593f3c917aa46 (diff)
downloadcrawl-ref-8b8f4a7e0af566887a0f5e09b5ac90cf0e45fb1b.tar.gz
crawl-ref-8b8f4a7e0af566887a0f5e09b5ac90cf0e45fb1b.zip
And have Xom use it instead of the fake player torment he currently
does. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4753 c06c8d41-db1a-0410-9941-cceddc491573
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;