Remove unused breastcache

This commit is contained in:
lutepickle 2022-09-03 06:50:10 -07:00
parent c1ddb49a68
commit 985bc40574
1 changed files with 0 additions and 12 deletions

View File

@ -115,7 +115,6 @@ namespace RJW_Menstruation
protected string customvagtex = null;
protected bool estrusflag = false;
protected int opcache = -1;
protected HediffComp_Breast breastcache = null;
protected float antisperm = 0.0f;
protected float? originvagsize = null;
protected Hediff_BasePregnancy pregnancy = null;
@ -452,17 +451,6 @@ namespace RJW_Menstruation
}
}
public HediffComp_Breast Breast
{
get
{
if (breastcache == null)
{
breastcache = Pawn.GetBreastComp();
}
return breastcache;
}
}
public float OriginVagSize
{