summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-11 13:58:41 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-11 13:58:41 -0500
commitbc91b96ff7b72ed86e02274adf9404b54ae2922c (patch)
tree0ea8dfc3db1f6ce73fbd0ae100e27415273d14f7 /crawl-ref/source/religion.cc
parent9382227d37bbc14d4ef2f7a3d832df03d9c8c02c (diff)
downloadcrawl-ref-bc91b96ff7b72ed86e02274adf9404b54ae2922c.tar.gz
crawl-ref-bc91b96ff7b72ed86e02274adf9404b54ae2922c.zip
Properly indicate the source of Kiku's torment.
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 bb4e37e530..71a236bde8 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6951,7 +6951,7 @@ static bool _bless_weapon(god_type god, brand_type brand, int colour)
if (god == GOD_KIKUBAAQUDGHA)
{
- torment(TORMENT_GENERIC, you.pos());
+ torment(TORMENT_KIKUBAAQUDGHA, you.pos());
// Bloodify surrounding squares (75% chance).
for (radius_iterator ri(you.pos(), 2, true, true); ri; ++ri)