From bc91b96ff7b72ed86e02274adf9404b54ae2922c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 11 Oct 2009 13:58:41 -0500 Subject: Properly indicate the source of Kiku's torment. --- crawl-ref/source/religion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.cc') 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) -- cgit v1.2.3-54-g00ecf