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/food.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/food.cc') diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index 31efab4808..b2e3ac2299 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -366,7 +366,7 @@ static bool _butcher_corpse(int corpse_id, bool first_corpse = true, && you.piety >= piety_breakpoint(4)) { simple_god_message(" inflicts torment against the living!"); - torment(TORMENT_GENERIC, you.pos()); + torment(TORMENT_KIKUBAAQUDGHA, you.pos()); you.piety -= 8 + random2(4); // 8 to 12 } } -- cgit v1.2.3-54-g00ecf