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.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index d019f08f2c..c84cc78878 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1574,11 +1574,8 @@ static int determine_chunk_effect(int which_chunk_type, bool rotten_chunk)
break;
case CE_POISONOUS:
- if (you.attribute[ATTR_TRANSFORMATION] == TRAN_LICH
- || player_res_poison() > 0)
- {
+ if (player_res_poison() > 0)
this_chunk_effect = CE_CLEAN;
- }
break;
case CE_CONTAMINATED: