Make menstruation tickinterval a const

This commit is contained in:
lutepickle 2022-06-05 06:22:54 -07:00
parent 0e3915517e
commit 617ed4bfe0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace RJW_Menstruation
const float minmakefilthvalue = 1.0f;
//const int ovarypowerthreshold = 72;
public static readonly int tickInterval = GenDate.TicksPerHour;
public const int tickInterval = GenDate.TicksPerHour;
public CompProperties_Menstruation Props;
public Stage curStage = Stage.Follicular;
public int curStageHrs = 0;