diff --git a/plugins/labormanager.cpp b/plugins/labormanager.cpp index e2c188d68..4355d4d25 100644 --- a/plugins/labormanager.cpp +++ b/plugins/labormanager.cpp @@ -1002,6 +1002,8 @@ private: return df::unit_labor::WOOD_CRAFT; case df::item_type::CLOTH: return df::unit_labor::CLOTHESMAKER; + case df::item_type::SKIN_TANNED: + return df::unit_labor::LEATHER; default: debug ("LABORMANAGER: Cannot deduce labor for make crafts job, item type %s\n", ENUM_KEY_STR(item_type, jobitem).c_str());