mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Compare commits
	
		
			3 commits
		
	
	
		
			42843a140d
			...
			475584f5dd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						475584f5dd | ||
| 
							 | 
						fae1d4f2e1 | ||
| 
							 | 
						b999c82ebd | 
					 4 changed files with 5 additions and 2 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -8,7 +8,7 @@ namespace RJW_Menstruation
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        public static ThingDef VEGeneBloodDef(Pawn pawn)
 | 
					        public static ThingDef VEGeneBloodDef(Pawn pawn)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            if (!ModsConfig.BiotechActive) return null;
 | 
					            if (!ModsConfig.BiotechActive || pawn.genes == null) return null;
 | 
				
			||||||
            foreach(Gene gene in pawn.genes.GenesListForReading.Where(gene => gene.Active))
 | 
					            foreach(Gene gene in pawn.genes.GenesListForReading.Where(gene => gene.Active))
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                ThingDef bloodDef = gene.def.GetModExtension<GeneExtension>()?.customBloodThingDef;
 | 
					                ThingDef bloodDef = gene.def.GetModExtension<GeneExtension>()?.customBloodThingDef;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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.5.0.0</version>
 | 
						<version>1.5.0.1</version>
 | 
				
			||||||
	<dependencies>
 | 
						<dependencies>
 | 
				
			||||||
	</dependencies>
 | 
						</dependencies>
 | 
				
			||||||
	<incompatibleWith />
 | 
						<incompatibleWith />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,6 @@
 | 
				
			||||||
 | 
					Version 1.5.0.1
 | 
				
			||||||
 | 
					 - Fix error getting blood color of pawns without genes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.5.0.0
 | 
					Version 1.5.0.0
 | 
				
			||||||
 - Support for RimWorld 1.5. All future changes to Menstruation will only be for RimWorld 1.5.
 | 
					 - Support for RimWorld 1.5. All future changes to Menstruation will only be for RimWorld 1.5.
 | 
				
			||||||
 - Updated Traditional Chinese translation by Hydrogen.
 | 
					 - Updated Traditional Chinese translation by Hydrogen.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue