summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
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
}
}