From dbeac6d68c80de591d8fec9ee21a7f4ab04f6999 Mon Sep 17 00:00:00 2001 From: moreoreganostodump Date: Sat, 6 Mar 2021 22:46:01 +0900 Subject: [PATCH] 1.0.1.12_1 --- Patches/PawnModExtentions.xml | 38 ------------------- changelogs.txt | 1 + .../RJW_Menstruation/Configurations.cs | 1 + 3 files changed, 2 insertions(+), 38 deletions(-) diff --git a/Patches/PawnModExtentions.xml b/Patches/PawnModExtentions.xml index c01f09d..c392047 100644 --- a/Patches/PawnModExtentions.xml +++ b/Patches/PawnModExtentions.xml @@ -34,48 +34,10 @@ (255,255,255,255) 0.2 - - 1.0 - - - - Defs/ThingDef[defName="Horse"] - -
  • - Fetus/Fetus_Default - (255,255,255,255) - 0.2 - - - 1.0 - - -
  • -
    -
    - - - Defs/ThingDef[defName="Donkey"] - -
  • - Fetus/Fetus_Default - (255,255,255,255) - 0.2 - - - 1.0 - - -
  • -
    -
    - - - \ No newline at end of file diff --git a/changelogs.txt b/changelogs.txt index 7697303..1ff7c19 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,4 +1,5 @@ Version 1.0.1.12 + - requires RJW 4.6.1 or later - added HybridExtension attribute to PawnDNAModExtension - this will overrides RJW's hybrid definitions - supports more detailed hybrid definition diff --git a/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs b/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs index 78830f2..454721c 100644 --- a/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs +++ b/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs @@ -325,6 +325,7 @@ namespace RJW_Menstruation Configurations.UseMultiplePregnancy = true; Configurations.MaxEnzygoticTwins = Configurations.MaxEnzygoticTwinsDefault; Configurations.BleedingAmount = Configurations.BleedingAmountDefault; + Configurations.MotherFirst = false; } listmain.End();