diff --git a/Source/ProjectRimFactory/AutoMachineTool/GenRecipe2.cs b/Source/ProjectRimFactory/AutoMachineTool/GenRecipe2.cs index 484baa6a..b8c9d4bb 100644 --- a/Source/ProjectRimFactory/AutoMachineTool/GenRecipe2.cs +++ b/Source/ProjectRimFactory/AutoMachineTool/GenRecipe2.cs @@ -145,19 +145,19 @@ private static Thing PostProcessProduct(Thing product, RecipeDef recipeDef, IRec QualityCategory qualityCategory = QualityUtility.GenerateQualityCreatedByPawn(level, false); compQuality.SetQuality(qualityCategory, ArtGenerationContext.Colony); } - CompArt compArt = product.TryGetComp(); + /*CompArt compArt = product.TryGetComp(); if (compArt != null) { if (compQuality.Quality >= QualityCategory.Excellent) { - /* + TaleRecorder.RecordTale(TaleDefOf.CraftedArt, new object[] { product }); - */ + } - } + }*/ if (precept != null) { product.StyleSourcePrecept = precept;