diff --git a/1.4/Defs/GeneDefs/GeneDefs_Menstruation.xml b/1.4/Defs/GeneDefs/GeneDefs_Menstruation.xml index 0b788e7..c62719a 100644 --- a/1.4/Defs/GeneDefs/GeneDefs_Menstruation.xml +++ b/1.4/Defs/GeneDefs/GeneDefs_Menstruation.xml @@ -9,8 +9,7 @@ Menstruation - UI/Genes/Placeholder - +
  • Menstruation_EggLifetime
  • @@ -19,7 +18,7 @@ Menstruation_ShortEggLifetime Unfertilized eggs with this gene last three-quarters as long. - UI/Genes/ShortEggLifetime + UI/Genes/Placeholder 1 10 @@ -33,7 +32,7 @@ Menstruation_DoubleEggLifetime Unfertilized eggs with this gene last twice as long. - UI/Genes/DoubleEggLifetime + UI/Genes/Placeholder -1 12 @@ -47,7 +46,7 @@ Menstruation_QuadEggLifetime Eggs with this gene last four times as long. - UI/Genes/QuadEggLifetime + UI/Genes/Placeholder -2 1 16 @@ -60,8 +59,7 @@ Menstruation - UI/Genes/Placeholder - +
  • Menstruation_Estrus
  • @@ -70,7 +68,7 @@ Menstruation_NeverEstrus Carriers of this gene will never go into estrus. - UI/Genes/NeverEstrus + UI/Genes/Placeholder 1 20 @@ -84,7 +82,7 @@ Menstruation_FullEstrus Carriers of this gene will enter full estrus every menstrual cycle, regardless of vagina type. - UI/Genes/FullEstrus + UI/Genes/Placeholder -1 1 25 @@ -97,8 +95,7 @@ Menstruation - UI/Genes/Placeholder - +
  • Menstruation_Ovulation
  • @@ -107,7 +104,7 @@ Menstruation_DoubleOvulation Carriers of this gene will ovulate twice as many eggs. - UI/Genes/DoubleOvulation + UI/Genes/Placeholder -1 30 @@ -121,7 +118,7 @@ Menstruation_QuadOvulation Carriers of this gene will ovulate four times as many eggs. - UI/Genes/QuadOvulation + UI/Genes/Placeholder -1 35 @@ -136,7 +133,7 @@ Menstruation Carriers of this gene will not bleed at the end of their cycle. - UI/Genes/NoBleeding + UI/Genes/Placeholder -1 40 diff --git a/1.4/Textures/UI/Genes/DoubleEggLifetime.png b/1.4/Textures/UI/Genes/DoubleEggLifetime.png deleted file mode 100644 index a9c5935..0000000 Binary files a/1.4/Textures/UI/Genes/DoubleEggLifetime.png and /dev/null differ diff --git a/1.4/Textures/UI/Genes/DoubleOvulation.png b/1.4/Textures/UI/Genes/DoubleOvulation.png deleted file mode 100644 index 744e08a..0000000 Binary files a/1.4/Textures/UI/Genes/DoubleOvulation.png and /dev/null differ diff --git a/1.4/Textures/UI/Genes/Files.zip b/1.4/Textures/UI/Genes/Files.zip deleted file mode 100644 index b569056..0000000 Binary files a/1.4/Textures/UI/Genes/Files.zip and /dev/null differ diff --git a/1.4/Textures/UI/Genes/FullEstrus.png b/1.4/Textures/UI/Genes/FullEstrus.png deleted file mode 100644 index dec368b..0000000 Binary files a/1.4/Textures/UI/Genes/FullEstrus.png and /dev/null differ diff --git a/1.4/Textures/UI/Genes/NeverEstrus.png b/1.4/Textures/UI/Genes/NeverEstrus.png deleted file mode 100644 index c0c552d..0000000 Binary files a/1.4/Textures/UI/Genes/NeverEstrus.png and /dev/null differ diff --git a/1.4/Textures/UI/Genes/NoBleeding.png b/1.4/Textures/UI/Genes/NoBleeding.png deleted file mode 100644 index 4f10886..0000000 Binary files a/1.4/Textures/UI/Genes/NoBleeding.png and /dev/null differ diff --git a/1.4/Textures/UI/Genes/QuadEggLifetime.png b/1.4/Textures/UI/Genes/QuadEggLifetime.png deleted file mode 100644 index ba8f144..0000000 Binary files a/1.4/Textures/UI/Genes/QuadEggLifetime.png and /dev/null differ diff --git a/1.4/Textures/UI/Genes/QuadOvulation.png b/1.4/Textures/UI/Genes/QuadOvulation.png deleted file mode 100644 index 9f76bbb..0000000 Binary files a/1.4/Textures/UI/Genes/QuadOvulation.png and /dev/null differ diff --git a/1.4/Textures/UI/Genes/ShortEggLifetime.png b/1.4/Textures/UI/Genes/ShortEggLifetime.png deleted file mode 100644 index fe3ce7a..0000000 Binary files a/1.4/Textures/UI/Genes/ShortEggLifetime.png and /dev/null differ diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Compatibility/HARCompatibility.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Compatibility/HARCompatibility.cs index 1100c71..7eb1e66 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Compatibility/HARCompatibility.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Compatibility/HARCompatibility.cs @@ -1,4 +1,5 @@ using AlienRace; +using System; using System.Collections.Generic; using UnityEngine; using Verse; diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs index 60394b0..eefdfc7 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs @@ -1,6 +1,7 @@ using RimWorld; using System; using System.Collections.Generic; +using System.Diagnostics.CodeAnalysis; using System.Text; using UnityEngine; using Verse; diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/DrugOutcomeDoers.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/DrugOutcomeDoers.cs index 5017740..33e4e11 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/DrugOutcomeDoers.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/DrugOutcomeDoers.cs @@ -1,4 +1,5 @@ using RimWorld; +using rjw; using System.Collections.Generic; using Verse; diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs index cfb9a16..d9f5903 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs @@ -1,4 +1,5 @@ using RimWorld; +using System.Linq; using Verse; namespace RJW_Menstruation diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PregeneratedBabies.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PregeneratedBabies.cs index 0a919c4..79c13a9 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PregeneratedBabies.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PregeneratedBabies.cs @@ -1,4 +1,5 @@ using HarmonyLib; +using Mono.Cecil.Cil; using RimWorld; using rjw; using System; diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs index 394c376..2092d1f 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs @@ -1,10 +1,14 @@ using RimWorld; +using RimWorld.Planet; using rjw; using System; using System.Collections.Generic; +using System.Diagnostics.Eventing.Reader; using System.Linq; +using System.Text; using UnityEngine; using Verse; +using Verse.AI; namespace RJW_Menstruation { diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_Estrus.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_Estrus.cs index 26fa191..6c7f462 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_Estrus.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_Estrus.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using RimWorld; +using System.Collections.Generic; using System.Linq; using Verse; diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_MultiplePregnancy.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_MultiplePregnancy.cs index b7877d2..61ce541 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_MultiplePregnancy.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Hediff_MultiplePregnancy.cs @@ -1,7 +1,10 @@ using RimWorld; using rjw; +using System; using System.Collections.Generic; using System.Linq; +using System.Reflection; +using System.Text; using Verse; namespace RJW_Menstruation diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs index 0125f26..0f8f2b6 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs @@ -1,11 +1,11 @@ using HarmonyLib; -using RimWorld; -using System; -using System.Collections.Generic; using System.Linq; -using System.Reflection; -using System.Reflection.Emit; +using RimWorld; using Verse; +using System.Collections.Generic; +using System.Reflection; +using System; +using System.Reflection.Emit; namespace RJW_Menstruation { diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Gizmo_Patch.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Gizmo_Patch.cs index 92b8b16..b0ab1a3 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Gizmo_Patch.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Gizmo_Patch.cs @@ -2,6 +2,7 @@ using RimWorld; using rjw; using System.Collections.Generic; +using System.Linq; using System.Text; using UnityEngine; using Verse; diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Harmony.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Harmony.cs index 6e86da5..7194d0e 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Harmony.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Harmony.cs @@ -1,4 +1,5 @@ -using HarmonyLib; +using AlienRace; +using HarmonyLib; using rjw; using rjw.Modules.Interactions.Internals.Implementation; using rjw.Modules.Interactions.Rules.PartKindUsageRules; diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Pawn_Patch.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Pawn_Patch.cs index c2f1176..98e5997 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Pawn_Patch.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/Pawn_Patch.cs @@ -1,5 +1,6 @@ using HarmonyLib; using RimWorld; +using rjw; using System; using System.Collections.Generic; using System.Linq; diff --git a/changelogs.txt b/changelogs.txt index cd8aaa3..e21994a 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,5 +1,4 @@ Version 1.0.9.4 - - Added graphics for the menstruation genes with thanks to Alpenglow. - Pawns with the egglaying genes from Erin's Corvyia and Outland - Genetics no longer have a menstrual cycle. Version 1.0.9.3