diff --git a/1.2/Assemblies/Rimworld-Animations.dll b/1.2/Assemblies/Rimworld-Animations.dll index c6044aa..95cdb1d 100644 Binary files a/1.2/Assemblies/Rimworld-Animations.dll and b/1.2/Assemblies/Rimworld-Animations.dll differ diff --git a/About/Manifest.xml b/About/Manifest.xml index f0113b3..f671bc7 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,5 +1,5 @@  Rimworld-Animations - 1.1.0 + 1.1.1 \ No newline at end of file diff --git a/Source/Patches/rjwPatches/HarmonyPatch_SexTick.cs b/Source/Patches/rjwPatches/HarmonyPatch_SexTick.cs index 42889ae..cf8ae71 100644 --- a/Source/Patches/rjwPatches/HarmonyPatch_SexTick.cs +++ b/Source/Patches/rjwPatches/HarmonyPatch_SexTick.cs @@ -16,9 +16,6 @@ namespace Rimworld_Animations public static bool Prefix(JobDriver_Sex __instance, Pawn pawn, Thing target) { - Log.Message(pawn.Name + " ticks left: " + __instance.ticks_left); - Log.Message(pawn.Name + " sex ticks: " + __instance.sex_ticks); - if (!(target is Pawn) || !( (target as Pawn)?.jobs?.curDriver is JobDriver_SexBaseReciever