mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Just remove the ovarypower/ovulated comparsion. It's fine if ovarypower goes negative
This commit is contained in:
		
							parent
							
								
									e6d2446376
								
							
						
					
					
						commit
						80a987b0bd
					
				
					 3 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1610,7 +1610,6 @@ namespace RJW_Menstruation
 | 
				
			||||||
                    eggs.Add(new Egg((int)(EggLifespanHours / CycleFactor)));
 | 
					                    eggs.Add(new Egg((int)(EggLifespanHours / CycleFactor)));
 | 
				
			||||||
                    ++ovulated;
 | 
					                    ++ovulated;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            if(ovulated > ovarypower) ovulated = Math.Min(ovarypower, eggstack);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
            ovarypower -= ovulated;
 | 
					            ovarypower -= ovulated;
 | 
				
			||||||
            eggstack = 0;
 | 
					            eggstack = 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
					<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
				
			||||||
<Manifest>
 | 
					<Manifest>
 | 
				
			||||||
	<identifier>RJW Menstruation</identifier>
 | 
						<identifier>RJW Menstruation</identifier>
 | 
				
			||||||
	<version>1.0.8.9</version>
 | 
						<version>1.0.9.0</version>
 | 
				
			||||||
	<dependencies>
 | 
						<dependencies>
 | 
				
			||||||
	</dependencies>
 | 
						</dependencies>
 | 
				
			||||||
	<incompatibleWith />
 | 
						<incompatibleWith />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
 | 
					Version 1.0.9.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.0.8.9
 | 
					Version 1.0.8.9
 | 
				
			||||||
 - Fix bug that sent pawns into menopause very early. Please use the recalculate ovary power dev action to restore lost eggs.
 | 
					 - Fix bug that sent pawns into menopause very early. Please use the recalculate ovary power dev action to restore lost eggs.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue