diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Utility.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Utility.cs index af02fef..4f8b62f 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Utility.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Utility.cs @@ -463,6 +463,10 @@ namespace RJW_Menstruation { return Color.white; } + catch (InvalidOperationException) // And sometimes it can try to pull the value of a Nullable without checking, too + { + return Color.white; + } } } }