From 3f747fa0d582e2b372d629bf1ed295382e689d0a Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 23 Apr 2008 16:08:05 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4544 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/food.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/food.cc') diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index 41cd2215f2..d019f08f2c 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -1601,11 +1601,6 @@ static int determine_chunk_effect(int which_chunk_type, bool rotten_chunk) this_chunk_effect = CE_CLEAN; break; - case 3: - // Doing this here causes an odd message later. -- bwr - // this_chunk_effect = CE_ROTTEN; - break; - default: if (!one_chance_in(3)) this_chunk_effect = CE_CLEAN; -- cgit v1.2.3-54-g00ecf