diff --git a/1.3/Assemblies/RJW-Events.dll b/1.3/Assemblies/RJW-Events.dll index 9a69e07..999322c 100644 Binary files a/1.3/Assemblies/RJW-Events.dll and b/1.3/Assemblies/RJW-Events.dll differ diff --git a/Source/ThinkNodes/ThinkNode_ConditionalNude.cs b/Source/ThinkNodes/ThinkNode_ConditionalNude.cs index 49c4151..f893a9e 100644 --- a/Source/ThinkNodes/ThinkNode_ConditionalNude.cs +++ b/Source/ThinkNodes/ThinkNode_ConditionalNude.cs @@ -28,9 +28,6 @@ namespace RJW_Events }) || (RJWPreferenceSettings.sex_wear == RJWPreferenceSettings.Clothing.Headgear && !x.sourceApparel.def.apparel.bodyPartGroups.Contains(BodyPartGroupDefOf.UpperHead))) return false; - - - Log.Message(x.sourceApparel.def.defName + " is not nude appropriate. Fixing...."); return true; }))