mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Make menstruation tickinterval a const
This commit is contained in:
		
							parent
							
								
									0e3915517e
								
							
						
					
					
						commit
						617ed4bfe0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -65,7 +65,7 @@ namespace RJW_Menstruation
 | 
				
			||||||
        const float minmakefilthvalue = 1.0f;
 | 
					        const float minmakefilthvalue = 1.0f;
 | 
				
			||||||
        //const int ovarypowerthreshold = 72;
 | 
					        //const int ovarypowerthreshold = 72;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public static readonly int tickInterval = GenDate.TicksPerHour;
 | 
					        public const int tickInterval = GenDate.TicksPerHour;
 | 
				
			||||||
        public CompProperties_Menstruation Props;
 | 
					        public CompProperties_Menstruation Props;
 | 
				
			||||||
        public Stage curStage = Stage.Follicular;
 | 
					        public Stage curStage = Stage.Follicular;
 | 
				
			||||||
        public int curStageHrs = 0;
 | 
					        public int curStageHrs = 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue