mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Make the recalculation interval long instead of daily
This commit is contained in:
parent
30329c883b
commit
a5bcf696ba
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace RJW_Menstruation
|
||||||
public Stage curStage = Stage.Follicular;
|
public Stage curStage = Stage.Follicular;
|
||||||
public int curStageTicks = 0; // Actual number of ticks equals this / cycleAcceleration
|
public int curStageTicks = 0; // Actual number of ticks equals this / cycleAcceleration
|
||||||
private int tickInterval = -1;
|
private int tickInterval = -1;
|
||||||
const int recalculateTickInterval = GenDate.TicksPerDay;
|
const int recalculateTickInterval = GenTicks.TickLongInterval;
|
||||||
public bool loaded = false;
|
public bool loaded = false;
|
||||||
public bool initError = false;
|
public bool initError = false;
|
||||||
public int ovarypower = -100000;
|
public int ovarypower = -100000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue