summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index b055822f5d..edabb39e9d 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -2366,7 +2366,7 @@ void handle_time( long time_delta )
// we want to warp the player, not do good stuff!
if (one_chance_in(5))
- mutate(100);
+ mutate(RANDOM_MUTATION);
else
give_bad_mutation(coinflip());