mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Have the default constructor for eggs use the human lifespan
This commit is contained in:
parent
eb0d40ea1a
commit
214ab3ae88
1 changed files with 1 additions and 1 deletions
|
@ -2004,7 +2004,7 @@ namespace RJW_Menstruation
|
|||
public Egg()
|
||||
{
|
||||
fertilized = false;
|
||||
lifeSpanTicks = (int)(96 * GenDate.TicksPerHour * Configurations.EggLifespanMultiplier);
|
||||
lifeSpanTicks = (int)(VariousDefOf.HumanVaginaCompProperties.eggLifespanDays * GenDate.TicksPerDay * Configurations.EggLifespanMultiplier);
|
||||
fertilizer = null;
|
||||
ageTicks = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue