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 2338a85098..453aada8ce 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -247,7 +247,7 @@ static bool _find_butchering_implement(int &butcher_tool)
if (!potential_candidate)
{
mpr("You don't carry any weapon you could use for butchering.");
- if (Options.tutorial_left)
+ if (Tutorial.tutorial_left)
{
mpr("You should pick up the first knife, dagger, sword or axe "
"you find so you can use it to butcher corpses.",