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 9c0ad6d5d2..776b47d945 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -769,7 +769,7 @@ static void eat_chunk( int chunk_effect )
{
case CE_MUTAGEN_RANDOM:
mpr("This meat tastes really weird.");
- mutate(100);
+ mutate(RANDOM_MUTATION);
xom_is_stimulated(100);
break;