diff --git a/Assemblies/RJW_Menstruation.dll b/Assemblies/RJW_Menstruation.dll index 1e632c7..999d71b 100644 Binary files a/Assemblies/RJW_Menstruation.dll and b/Assemblies/RJW_Menstruation.dll differ diff --git a/Patches/Hediffs_PrivateParts.xml b/Patches/Hediffs_PrivateParts.xml index edc2fcb..75e3696 100644 --- a/Patches/Hediffs_PrivateParts.xml +++ b/Patches/Hediffs_PrivateParts.xml @@ -32,14 +32,14 @@
  • - 500 + 1000 0.5 0.2 0.05 30 30 0 - 10 + 15 30 Womb/Womb Genitals/Vagina diff --git a/source/RJW_Menstruation/RJW_Menstruation/HediffComp_Menstruation.cs b/source/RJW_Menstruation/RJW_Menstruation/HediffComp_Menstruation.cs index 03ca96f..d959945 100644 --- a/source/RJW_Menstruation/RJW_Menstruation/HediffComp_Menstruation.cs +++ b/source/RJW_Menstruation/RJW_Menstruation/HediffComp_Menstruation.cs @@ -275,7 +275,6 @@ namespace RJW_Menstruation //Initialize(); } - public override void CompPostTick(ref float severityAdjustment) { //initializer moved to SpawnSetup @@ -516,7 +515,7 @@ namespace RJW_Menstruation curStage = Stage.None; HugsLibController.Instance.TickDelayScheduler.ScheduleCallback(PeriodSimulator(curStage), tickInterval, parent.pawn, false); } - Log.Message(parent.pawn.Label + " - Initialized menstruation comp"); + //Log.Message(parent.pawn.Label + " - Initialized menstruation comp"); loaded = true; } diff --git a/source/RJW_Menstruation/RJW_Menstruation/Pawn_Patch.cs b/source/RJW_Menstruation/RJW_Menstruation/Pawn_Patch.cs index 2c57493..54e0e43 100644 --- a/source/RJW_Menstruation/RJW_Menstruation/Pawn_Patch.cs +++ b/source/RJW_Menstruation/RJW_Menstruation/Pawn_Patch.cs @@ -17,7 +17,7 @@ namespace RJW_Menstruation { public static void Postfix(Map map, bool respawningAfterLoad, Pawn __instance) { - Log.Message("Initialize on spawnsetup"); + //Log.Message("Initialize on spawnsetup"); HediffComp_Menstruation comp = Utility.GetMenstruationComp(__instance); if (comp != null) {