summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.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/food.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/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
}
}