Skip to content
Snippets Groups Projects
Commit d14438f0 authored by Ed86's avatar Ed86
Browse files

v1.9.5b

parent 2c1d3f38
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
No preview for this file type
......@@ -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" />
......
......@@ -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) + " )");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment