mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
fixed starting packaged meal good ingredients for mandatoryhucow
This commit is contained in:
parent
5696aea1c3
commit
1f175493c8
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -72,7 +72,8 @@ namespace CRIALactation
|
||||||
{
|
{
|
||||||
CompIngredients compIngredients = meal.TryGetComp<CompIngredients>();
|
CompIngredients compIngredients = meal.TryGetComp<CompIngredients>();
|
||||||
|
|
||||||
if(ideo.HasPrecept(PreceptDefOf_Lactation.Lactating_Essential))
|
if(ideo.HasPrecept(PreceptDefOf_Lactation.Lactating_Essential) ||
|
||||||
|
ideo.HasPrecept(PreceptDefOf_Lactation.Lactating_MandatoryHucow))
|
||||||
{
|
{
|
||||||
compIngredients.ingredients.Add(ThingDefOf_Milk.HumanMilk);
|
compIngredients.ingredients.Add(ThingDefOf_Milk.HumanMilk);
|
||||||
compIngredients.ingredients.Add(ThingDefOf_Milk.HumanoidMilk);
|
compIngredients.ingredients.Add(ThingDefOf_Milk.HumanoidMilk);
|
||||||
|
|
Loading…
Reference in a new issue