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,15 +225,14 @@ namespace RJW_Genes
|
||||||
pawn.health.RemoveHediff(extremeProlapsed);
|
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.
|
// To be expected for people without Licentia Labs, do nothing.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// There are some actions that block sex change,
|
/// There are some actions that block sex change,
|
||||||
/// being drafted or having sex.
|
/// being drafted or having sex.
|
||||||
|
|
Loading…
Reference in a new issue