summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/lua
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dat/lua')
-rw-r--r--crawl-ref/source/dat/lua/pickup.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/lua/pickup.lua b/crawl-ref/source/dat/lua/pickup.lua
index c6dea23373..254d17994b 100644
--- a/crawl-ref/source/dat/lua/pickup.lua
+++ b/crawl-ref/source/dat/lua/pickup.lua
@@ -75,7 +75,8 @@ function ch_autopickup(it)
-- or anything involving mutations
if item.subtype(it) == "berserk"
or item.subtype(it) == "gain ability"
- or item.subtype(it) == "cure mutation" then
+ or item.subtype(it) == "cure mutation"
+ or item.subtype(it) == "mutation" then
if you_real_undead() then
return false
else