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 a9390b6d4f..543eabffc5 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -232,7 +232,7 @@ static bool _find_butchering_implement(int &butcher_tool)
// Don't even suggest autocursing items.
// Note that unknown autocursing is OK.
&& (!is_random_artefact(tool)
- || (randart_known_wpn_property(tool, RAP_CURSED) <= 0)))
+ || (artefact_known_wpn_property(tool, ARTP_CURSED) <= 0)))
{
if (Options.easy_butcher
&& item_known_uncursed(tool)