mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Have GetMenstruationComp(pregnancy) null test
This commit is contained in:
		
							parent
							
								
									70346a0901
								
							
						
					
					
						commit
						931b974bf9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -57,7 +57,8 @@ namespace RJW_Menstruation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public static HediffComp_Menstruation GetMenstruationComp(this Hediff_BasePregnancy pregnancy)
 | 
					        public static HediffComp_Menstruation GetMenstruationComp(this Hediff_BasePregnancy pregnancy)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            return pregnancy.pawn.GetMenstruationComps().FirstOrDefault(comp => comp.Pregnancy == pregnancy);
 | 
					            if (pregnancy == null) return null;
 | 
				
			||||||
 | 
					            else return pregnancy.pawn.GetMenstruationComps().FirstOrDefault(comp => comp.Pregnancy == pregnancy);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public static HediffComp_Anus GetAnusComp(this Pawn pawn)
 | 
					        public static HediffComp_Anus GetAnusComp(this Pawn pawn)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue