Moved Size-Matters Precept

This commit is contained in:
Vegapnk 2022-07-23 18:41:02 +02:00
parent 032619890d
commit 8f41d8dcce
6 changed files with 1 additions and 6 deletions

View File

@ -381,7 +381,6 @@ namespace RJWSexperience.Ideology
} }
} }
<<<<<<< HEAD
[HarmonyPatch(typeof(Hediff_BasePregnancy), "PostBirth")] [HarmonyPatch(typeof(Hediff_BasePregnancy), "PostBirth")]
public static class RJW_Patch_PostBirth public static class RJW_Patch_PostBirth
{ {

View File

@ -1,9 +1,5 @@
using RimWorld; using RimWorld;
<<<<<<< HEAD
using System;
=======
using rjw; using rjw;
>>>>>>> SizeMattersPrecept
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using Verse; using Verse;
@ -71,7 +67,7 @@ namespace RJWSexperience.Ideology
pawn.ideo.IdeoConversionAttempt(severity, partner.Ideo); pawn.ideo.IdeoConversionAttempt(severity, partner.Ideo);
} }
} }
}
public static float getGenitalSize(Pawn p) public static float getGenitalSize(Pawn p)
{ {
if (p == null) if (p == null)