summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index f3409195a3..f7fbfef2fc 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4991,7 +4991,7 @@ static bool _bless_weapon( god_type god, int brand, int colour )
if ( god == GOD_SHINING_ONE )
{
- holy_word(100, HOLY_WORD_SHINING_ONE, you.x_pos, you.y_pos, true);
+ holy_word(100, HOLY_WORD_SHINING_ONE, you.pos(), true);
// Un-bloodify surrounding squares.
for (int i = -3; i <= 3; ++i)