diff --git a/Source/Genes/Gender/Gene_GenderFluid.cs b/Source/Genes/Gender/Gene_GenderFluid.cs index 23f0705..1ffdf20 100644 --- a/Source/Genes/Gender/Gene_GenderFluid.cs +++ b/Source/Genes/Gender/Gene_GenderFluid.cs @@ -225,14 +225,13 @@ namespace RJW_Genes pawn.health.RemoveHediff(extremeProlapsed); }; } - catch (TypeLoadException ex) + //TODO: Don't make this an "catch all" Exception! + catch (Exception ex) { // To be expected for people without Licentia Labs, do nothing. } } - - } /// /// There are some actions that block sex change,