From 617ed4bfe02332e0572782572f7a9760c99372cc Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Sun, 5 Jun 2022 06:22:54 -0700 Subject: [PATCH] Make menstruation tickinterval a const --- .../RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index be4b434..2ae40fa 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -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;