summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 23:35:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 23:35:45 +0000
commitbe475192b63984f46893bcf60b3f79f3b8820570 (patch)
tree42000f995d490da2255d2dcbca4ae2435ee3a0b6 /crawl-ref/source/abl-show.cc
parent69feb4ac309556a1464ec1ca7a1ab9cedc14176a (diff)
downloadcrawl-ref-be475192b63984f46893bcf60b3f79f3b8820570.tar.gz
crawl-ref-be475192b63984f46893bcf60b3f79f3b8820570.zip
Clean up and consolidate the holy word and torment effects.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4815 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index aafc185d92..0f97a557a9 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1393,7 +1393,8 @@ static bool _do_ability(const ability_def& abil)
break;
case ABIL_ZIN_HOLY_WORD:
- holy_word( you.skills[SK_INVOCATIONS] * 8, HOLY_WORD_GENERIC );
+ holy_word(you.skills[SK_INVOCATIONS] * 8, HOLY_WORD_GENERIC, you.x_pos,
+ you.y_pos, true);
exercise(SK_INVOCATIONS, 3 + random2(5));
break;