match new gems category

develop
Myk Taylor 2023-04-17 01:04:03 -07:00
parent 16fbea4c1f
commit a7aded65e4
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -439,6 +439,7 @@ bool MaterialInfo::matches(const df::dfhack_material_category &cat) const
return true;
if (cat.bits.milk && linear_index(material->reaction_product.id, std::string("CHEESE_MAT")) >= 0)
return true;
TEST(gem, IS_GEM);
return false;
}