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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index ab16de1dc8..00cbf52926 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -160,6 +160,9 @@ void weapon_switch( int targ )
// special checks: staves of power, etc
if (targ != -1)
wield_effects( targ, false );
+
+ if (Options.chunks_autopickup)
+ autopickup();
}
// look for a butchering implement. If fallback is true,