mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Just have Hediff_MultiplePregnancy.TryMergeWith unconditionally return false. The comp comparison doesn't work since at that point it's not registered to a comp yet.
This commit is contained in:
		
							parent
							
								
									84d5ffa8b7
								
							
						
					
					
						commit
						b3b34362d6
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -734,9 +734,7 @@ namespace RJW_Menstruation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public override bool TryMergeWith(Hediff other)
 | 
					        public override bool TryMergeWith(Hediff other)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            if (other is Hediff_MultiplePregnancy preg)
 | 
					            return false;
 | 
				
			||||||
                return this.GetMenstruationComp() == preg.GetMenstruationComp();
 | 
					 | 
				
			||||||
            else return base.TryMergeWith(other);
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue