mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Made an oopsie
This commit is contained in:
parent
2598e4cc49
commit
93a4699fba
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// There are some actions that block sex change,
|
||||
|
|
Loading…
Reference in a new issue