mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Failsafe in the dialog window if a biotech pregnancy somehow gets a null mother (theoretically possible on implant error)
This commit is contained in:
		
							parent
							
								
									6e56664d41
								
							
						
					
					
						commit
						e964b2af93
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -227,7 +227,7 @@ namespace RJW_Menstruation
 | 
				
			||||||
                        string feinfo = PregnancyCommon.GetBabyInfo(babiescomp?.babies);
 | 
					                        string feinfo = PregnancyCommon.GetBabyInfo(babiescomp?.babies);
 | 
				
			||||||
                        string fainfo = PregnancyCommon.GetFatherInfo(babiescomp?.babies, babiescomp.Pawn, true) + "  ";    // Keep all parents known, for now
 | 
					                        string fainfo = PregnancyCommon.GetFatherInfo(babiescomp?.babies, babiescomp.Pawn, true) + "  ";    // Keep all parents known, for now
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        if (feinfo == "Null") feinfo = "1 " + p.Mother.def.label + " " + Translations.Dialog_WombInfo02;
 | 
					                        if (feinfo == "Null") feinfo = "1 " + (p.Mother ?? pawn).def.label + " " + Translations.Dialog_WombInfo02;
 | 
				
			||||||
                        if (fainfo == "Null  ")
 | 
					                        if (fainfo == "Null  ")
 | 
				
			||||||
                        {
 | 
					                        {
 | 
				
			||||||
                            string father = p.Father?.LabelShort ?? Translations.Dialog_FatherUnknown;
 | 
					                            string father = p.Father?.LabelShort ?? Translations.Dialog_FatherUnknown;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue