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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 69a1cb036f..a3cf2ee638 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -179,6 +179,7 @@ void weapon_switch(int targ)
you.time_taken /= 10;
}
+ you.wield_change = true;
you.turn_is_over = true;
}