mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove unused breastcache
This commit is contained in:
parent
c1ddb49a68
commit
985bc40574
1 changed files with 0 additions and 12 deletions
|
@ -115,7 +115,6 @@ namespace RJW_Menstruation
|
||||||
protected string customvagtex = null;
|
protected string customvagtex = null;
|
||||||
protected bool estrusflag = false;
|
protected bool estrusflag = false;
|
||||||
protected int opcache = -1;
|
protected int opcache = -1;
|
||||||
protected HediffComp_Breast breastcache = null;
|
|
||||||
protected float antisperm = 0.0f;
|
protected float antisperm = 0.0f;
|
||||||
protected float? originvagsize = null;
|
protected float? originvagsize = null;
|
||||||
protected Hediff_BasePregnancy pregnancy = 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
|
public float OriginVagSize
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue