mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Minor renaming
This commit is contained in:
parent
23e143c381
commit
d3b85aee20
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@ using RJW_BGS;
|
||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
using rjw;
|
using rjw;
|
||||||
using static rjw.Hediff_BasePregnancy;
|
using static rjw.Hediff_BasePregnancy;
|
||||||
|
using RJW_Genes;
|
||||||
|
|
||||||
namespace RJW_BGS
|
namespace RJW_BGS
|
||||||
{
|
{
|
||||||
|
@ -34,7 +35,9 @@ namespace RJW_BGS
|
||||||
}
|
}
|
||||||
else if (humanMotherAndSupportedHybrid)
|
else if (humanMotherAndSupportedHybrid)
|
||||||
{
|
{
|
||||||
ModLog.Message("preg hediffdefof PregnantHuman " + RimWorld.HediffDefOf.PregnantHuman);
|
if (RJW_Genes_Settings.rjw_genes_detailed_debug)
|
||||||
|
RJW_Genes.ModLog.Message("preg hediffdefof PregnantHuman " + RimWorld.HediffDefOf.PregnantHuman);
|
||||||
|
|
||||||
PregnancyHelper.StartVanillaPregnancy(mother, father);
|
PregnancyHelper.StartVanillaPregnancy(mother, father);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue