summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-03 06:07:43 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-03 06:07:43 +0000
commitac01eca75c15e23748983ea43f6c6c9bf0cdab8e (patch)
treed0f81c942798ff3b766843428c02048e9a85cf0d
parent9b45bfee5ce47aac0dbffdaae9c3d9bb45d2edc6 (diff)
downloadcrawl-ref-ac01eca75c15e23748983ea43f6c6c9bf0cdab8e.tar.gz
crawl-ref-ac01eca75c15e23748983ea43f6c6c9bf0cdab8e.zip
Backport one-turn sacrifice to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6757 c06c8d41-db1a-0410-9941-cceddc491573
-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 84c8ad5dc6..29914b32c1 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -330,7 +330,7 @@ static bool _butcher_corpse(int corpse_id, bool first_corpse = true,
if (can_sac && !rotten)
{
- start_delay(DELAY_OFFER_CORPSE, 1, corpse_id);
+ start_delay(DELAY_OFFER_CORPSE, 0, corpse_id);
}
else
{