diff --git a/About/About.xml b/About/About.xml
index 8ccda82776f21fe15006248b82f168d2a9afba87..4ea7b77d667c883f7f21af9f52cec6b44a5a99fe 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -7,7 +7,7 @@
 	<supportedVersions>
 		<li>1.0</li>
 	</supportedVersions>
-	<description>version 1.9.5a
+	<description>version 1.9.5b
 		M for Mature
 		Load mod at bottom of mod list:
 		Core
diff --git a/Assemblies/RJW.dll b/Assemblies/RJW.dll
index 7da93591754e2237e281493e70bedf85b8ced66f..8640312b7c26959293f6ae3ebbdf6c823d44b054 100644
Binary files a/Assemblies/RJW.dll and b/Assemblies/RJW.dll differ
diff --git a/RimJobWorld.Main.csproj b/RimJobWorld.Main.csproj
index e4730d1a8cec051c34e54cb7ea772cc3d163ad32..84da5c1af652304498561d4c1ea76c5f2e9b2f85 100644
--- a/RimJobWorld.Main.csproj
+++ b/RimJobWorld.Main.csproj
@@ -53,6 +53,7 @@
     <Compile Include="Source\Common\MapCom_Injector.cs" />
     <Compile Include="Source\Common\MiscTranslationDef.cs" />
     <Compile Include="Source\Common\Mod_Settings.cs" />
+    <Compile Include="Source\Common\PartsData.cs" />
     <Compile Include="Source\Common\PawnData.cs" />
     <Compile Include="Source\Common\CORE_EXPOSED\PawnGenerator.cs" />
     <Compile Include="Source\Common\Pregnancy_Helper.cs" />
@@ -77,6 +78,8 @@
     <Compile Include="Source\Harmony\patches_lovin.cs" />
     <Compile Include="Source\Harmony\patches_pregnancy.cs" />
     <Compile Include="Source\Harmony\Rjw_buttons.cs" />
+    <Compile Include="Source\Harmony\SexualityCard.cs" />
+    <Compile Include="Source\Harmony\SexualityCardInternal.cs" />
     <Compile Include="Source\Harmony\submit_button.cs" />
     <Compile Include="Source\Hediffs\HediffComp_SeverityPerDayIfRest.cs" />
     <Compile Include="Source\Hediffs\Pregnancy\HediffDef_EnemyImplants.cs" />
diff --git a/Source/JobGivers/JobGiver_ViolateCorpse.cs b/Source/JobGivers/JobGiver_ViolateCorpse.cs
index 6538a48b82b446888143f1329b1f511cdb50dd28..eadef264bffa394b9e55fca4d074e59c31b28eb2 100644
--- a/Source/JobGivers/JobGiver_ViolateCorpse.cs
+++ b/Source/JobGivers/JobGiver_ViolateCorpse.cs
@@ -39,7 +39,7 @@ namespace rjw
 		{
 			// Most checks are done in ThinkNode_ConditionalNecro.
 
-			// May be redundant since it's in the thinktrees, but since someone reported this triggering even with necro disabled...
+			// filter out necro for nymphs
 			if (!Mod_Settings.necrophilia_enabled) return null;
 
 			//--Log.Message("[RJW] JobGiver_ViolateCorpse::TryGiveJob for ( " + xxx.get_pawnname(rapist) + " )");