cheese acceptable for hucow

This commit is contained in:
c0ffee 2022-08-12 00:17:56 -07:00
parent 71b9a76164
commit 8810840d48
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace CRIALactation
{ {
CompIngredients ingredients = foodSource.TryGetComp<CompIngredients>(); CompIngredients ingredients = foodSource.TryGetComp<CompIngredients>();
if (foodDef == ThingDefOf_Milk.HumanMilk || foodDef == ThingDefOf_Milk.HumanoidMilk) if (foodDef == ThingDefOf_Milk.HumanMilk || foodDef == ThingDefOf_Milk.HumanoidMilk || foodDef.defName == "VCE_HumanoidCheese" || foodDef.defName == "cheese")
{ {
AddThoughtsFromIdeo_Patch(HistoryEventDefOf_Milk.DrankMilkRaw, ingester, foodDef, FoodUtility.GetMeatSourceCategory(foodDef)); AddThoughtsFromIdeo_Patch(HistoryEventDefOf_Milk.DrankMilkRaw, ingester, foodDef, FoodUtility.GetMeatSourceCategory(foodDef));