Be sure to specify pawn on pheromone exception

This commit is contained in:
lutepickle 2023-09-15 18:37:23 -07:00
parent d5f2954aed
commit 4212fbab7b

View file

@ -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}");
}
}