Extracted HiveBirthLogic in own File #37 - still buggy

This commit is contained in:
Vegapnk 2023-06-04 09:36:51 +02:00
parent 47a78073bf
commit 8c267073bf
5 changed files with 151 additions and 211 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\Helpers\HiveBirthLogic.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" />