New Patch for Egg Births - undetected Queen Parents :/

This commit is contained in:
Vegapnk 2023-06-03 08:32:19 +02:00
parent cfa6078c12
commit 47a78073bf
2 changed files with 154 additions and 0 deletions

View file

@ -47,6 +47,7 @@
<Compile Include="Genes\Hive\Defs\HiveOffspringChanceDef.cs" />
<Compile Include="Genes\Hive\Genes\Gene_FerventOvipositor.cs" />
<Compile Include="Genes\Hive\Genes\Gene_InsectIncubator.cs" />
<Compile Include="Genes\Hive\Patches\Patch_InsectEggs_BirthBaby_SetHiveGenes.cs" />
<Compile Include="Genes\Hive\Patches\Patch_InsectBreeder_EggFertilization.cs" />
<Compile Include="Genes\Hive\Patches\Patch_InsectIncubator_PregnancyHelper.cs" />
<Compile Include="Genes\Cum\CumUtility.cs" />