Add support for shell crafts.

develop
Kelly Kinkade 2016-12-15 01:38:19 -06:00 committed by lethosor
parent 538b07d214
commit c99780aafd
1 changed files with 2 additions and 1 deletions

@ -1007,7 +1007,8 @@ private:
case df::item_type::NONE:
if (j->material_category.bits.bone ||
j->material_category.bits.horn ||
j->material_category.bits.tooth)
j->material_category.bits.tooth ||
j->material_category.bits.shell)
return df::unit_labor::BONE_CARVE;
else
{