filters and vanilla cooking expanded

This commit is contained in:
c0ffee 2022-08-11 09:14:57 -07:00
parent 266356123e
commit 40a681a685
6 changed files with 80 additions and 1 deletions

View file

@ -92,6 +92,9 @@
<Compile Include="Source\RoleRequirements\RoleRequirement_Lactating.cs" />
<Compile Include="Source\StatDefOf\StatDefOf_Lactation.cs" />
<Compile Include="Source\ThingDefOf\ThingDefOf_Milk.cs" />
<Compile Include="Source\ThingFilters\SpecialThingFilterWorker_Milk.cs" />
<Compile Include="Source\ThingFilters\SpecialThingFilterWorker_MilkBase.cs" />
<Compile Include="Source\ThingFilters\SpecialThingFilterWorker_NoMilk.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_Precept_Lactating_Essential.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_Precept_Lactating_Essential_Social.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_Precept_NoRecentHumanMilk.cs" />