add note about handling bags

develop
Myk Taylor 2023-09-03 07:12:30 -07:00
parent dc22c596d4
commit b8fc6e210f
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -420,6 +420,7 @@ bool ItemTypeInfo::matches(const df::job_item &item, MaterialInfo *mat,
xmask1.bits.cookable = true;
break;
// TODO: split this into BOX and BAG
case BOX:
OK(1,bag); OK(1,sand_bearing); OK(1,milk);
OK(2,dye); OK(2,plaster_containing);