mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Handle cum with null DNA.ingestionOutcomeDoers
This commit is contained in:
		
							parent
							
								
									50c79e00bf
								
							
						
					
					
						commit
						eda71f70a8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -222,7 +222,7 @@ namespace RJW_Menstruation
 | 
			
		|||
 | 
			
		||||
        public void CumEffects(Pawn pawn)
 | 
			
		||||
        {
 | 
			
		||||
            if (notcum || DNA == null || volume < 1.0f) return;
 | 
			
		||||
            if (notcum || DNA?.ingestionOutcomeDoers == null || volume < 1.0f) return;
 | 
			
		||||
 | 
			
		||||
            foreach (IngestionOutcomeDoer doer in DNA.ingestionOutcomeDoers)
 | 
			
		||||
                doer.DoIngestionOutcome(pawn, CumThing);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue