diff --git a/1.5/Assemblies/RJW_Menstruation.dll b/1.5/Assemblies/RJW_Menstruation.dll index 5ab577b..2efb79c 100644 Binary files a/1.5/Assemblies/RJW_Menstruation.dll and b/1.5/Assemblies/RJW_Menstruation.dll differ diff --git a/1.5/Defs/ThoughtDefs/Thoughts_sex.xml b/1.5/Defs/ThoughtDefs/Thoughts_sex.xml index 0b0bf12..fdc7d55 100644 --- a/1.5/Defs/ThoughtDefs/Thoughts_sex.xml +++ b/1.5/Defs/ThoughtDefs/Thoughts_sex.xml @@ -321,7 +321,7 @@
  • - I hope this makes me pregnant like should be. + I hope this makes me pregnant like I should be. 15 10
  • diff --git a/1.5/source/RJW_Menstruation/RJW_Menstruation/Compatibility/VECompatibility.cs b/1.5/source/RJW_Menstruation/RJW_Menstruation/Compatibility/VECompatibility.cs index b8ab374..d3ce92f 100644 --- a/1.5/source/RJW_Menstruation/RJW_Menstruation/Compatibility/VECompatibility.cs +++ b/1.5/source/RJW_Menstruation/RJW_Menstruation/Compatibility/VECompatibility.cs @@ -8,7 +8,7 @@ namespace RJW_Menstruation { public static ThingDef VEGeneBloodDef(Pawn pawn) { - if (!ModsConfig.BiotechActive) return null; + if (!ModsConfig.BiotechActive || pawn.genes == null) return null; foreach(Gene gene in pawn.genes.GenesListForReading.Where(gene => gene.Active)) { ThingDef bloodDef = gene.def.GetModExtension()?.customBloodThingDef; diff --git a/About/Manifest.xml b/About/Manifest.xml index f5eabfc..9d624d9 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ RJW Menstruation - 1.5.0.0 + 1.5.0.1 diff --git a/changelogs.txt b/changelogs.txt index cbe7819..d246726 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,3 +1,6 @@ +Version 1.5.0.1 + - Fix error getting blood color of pawns without genes. + Version 1.5.0.0 - Support for RimWorld 1.5. All future changes to Menstruation will only be for RimWorld 1.5. - Updated Traditional Chinese translation by Hydrogen.