mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
cheese acceptable for hucow
This commit is contained in:
parent
71b9a76164
commit
8810840d48
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -31,7 +31,7 @@ namespace CRIALactation
|
|||
{
|
||||
|
||||
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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue