mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Have the obsolete GetMenstruationComp produce an error
This commit is contained in:
parent
b855c5291e
commit
9eff6cc2cd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace RJW_Menstruation
|
|||
{
|
||||
public static class MenstruationUtility
|
||||
{
|
||||
[Obsolete("This method is obsolete. Use GetMenstruationComps or a related function instead", false)]
|
||||
[Obsolete("This method is obsolete. Use GetMenstruationComps or a related function instead", true)]
|
||||
public static HediffComp_Menstruation GetMenstruationComp(this Pawn pawn)
|
||||
{
|
||||
return pawn.GetFirstMenstruationComp();
|
||||
|
|
Loading…
Reference in a new issue