diff --git a/plugins/workflow.cpp b/plugins/workflow.cpp index 7e28893f5..5bdeb5d58 100644 --- a/plugins/workflow.cpp +++ b/plugins/workflow.cpp @@ -1128,6 +1128,10 @@ static void map_job_items(color_ostream &out) bool is_invalid = false; + // don't count worn items + if (item->getWear() >= 1) + is_invalid = true; + // Special handling switch (itype) { case item_type::BUCKET: