From 4212fbab7b1b1296daa39ebb5a6ba66a5c662b41 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Fri, 15 Sep 2023 18:37:23 -0700 Subject: [PATCH] Be sure to specify pawn on pheromone exception --- .../RJW_Menstruation/HediffComps/HediffComp_Pheromones.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Pheromones.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Pheromones.cs index 8462b19..42b2aac 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Pheromones.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Pheromones.cs @@ -40,7 +40,7 @@ namespace RJW_Menstruation } catch (Exception ex) { - Log.Error($"Error when trying to emit pheromones: {ex}"); + Log.Error($"Error when trying to emit pheromones from pawn {Pawn}: {ex}"); } }