mirror of
				https://github.com/vegapnk/RJW-Genes.git
				synced 2024-08-15 00:23:31 +00:00 
			
		
		
		
	Revamped patches for Cum-Eating Succubi, #41 and 48
This commit is contained in:
		
							parent
							
								
									ada4a87efc
								
							
						
					
					
						commit
						15a72ae250
					
				
					 3 changed files with 50 additions and 9 deletions
				
			
		
							
								
								
									
										11
									
								
								CHANGELOG.md
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								CHANGELOG.md
									
										
									
									
									
								
							| 
						 | 
					@ -1,3 +1,14 @@
 | 
				
			||||||
 | 
					# 1.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Changes:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- New Gene for Evergrowing Cocks. Be careful. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Fixes:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- New attempt at fixing condom consumption for Fertilin, adressing #41 & #48 provided by Infi
 | 
				
			||||||
 | 
					- Copy of Infis patch for eating cum from sexperience, #41 and #48 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 1.2.1 
 | 
					# 1.2.1 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Fixes**: 
 | 
					**Fixes**: 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,16 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
					<?xml version="1.0" encoding="utf-8" ?>
 | 
				
			||||||
<Patch>
 | 
					<Patch>
 | 
				
			||||||
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
 | 
						<!-- 
 | 
				
			||||||
 | 
							DevNote:
 | 
				
			||||||
 | 
							There used to be an issue with a Gene-Mod Called "Cum-Addiction Gene". That mod just overwrote the complete UsedCondom.xml and Sexperience Cum.xml
 | 
				
			||||||
 | 
							This would lead to two types of failures: 
 | 
				
			||||||
 | 
							A) If this mod was before the other mod, changes were just overwritten
 | 
				
			||||||
 | 
							B) If this mod was after, there was an issue in targetting the XML throwing a patch error
 | 
				
			||||||
 | 
							Please if you write mods, do not just purge out XMLs. Thanks. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							This patch was kindly provided by Infi over Discord. 
 | 
				
			||||||
 | 
						-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<Operation Class="PatchOperationConditional">
 | 
						<Operation Class="PatchOperationConditional">
 | 
				
			||||||
		<xpath>Defs/ThingDef[defName="UsedCondom"]/ingestible/outcomeDoers</xpath>
 | 
							<xpath>Defs/ThingDef[defName="UsedCondom"]/ingestible/outcomeDoers</xpath>
 | 
				
			||||||
		<nomatch Class="PatchOperationAdd">
 | 
							<nomatch Class="PatchOperationAdd">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,12 +1,31 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8" ?>
 | 
					<?xml version="1.0" encoding="utf-8" ?>
 | 
				
			||||||
<Patch>
 | 
					<Patch>
 | 
				
			||||||
	<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
 | 
					
 | 
				
			||||||
	<Operation Class="PatchOperationFindMod">
 | 
						<!-- 
 | 
				
			||||||
		<mods>
 | 
							DevNote:
 | 
				
			||||||
			<li>RJW Sexperience</li>
 | 
							There used to be an issue with a Gene-Mod Called "Cum-Addiction Gene". That mod just overwrote the complete UsedCondom.xml and Sexperience Cum.xml
 | 
				
			||||||
		</mods>
 | 
							This would lead to two types of failures: 
 | 
				
			||||||
 | 
							A) If this mod was before the other mod, changes were just overwritten
 | 
				
			||||||
 | 
							B) If this mod was after, there was an issue in targetting the XML throwing a patch error
 | 
				
			||||||
 | 
							Please if you write mods, do not just purge out XMLs. Thanks. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							This patch was kindly mirrored after Infis Patch of UsedCondoms. 
 | 
				
			||||||
 | 
						-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						<Operation Class="PatchOperationConditional">
 | 
				
			||||||
 | 
							<xpath>Defs/ThingDef[defName="GatheredCum"]/ingestible/outcomeDoers</xpath>
 | 
				
			||||||
 | 
							<nomatch Class="PatchOperationAdd">
 | 
				
			||||||
 | 
								<xpath>/Defs/ThingDef[defName="GatheredCum"]/ingestible</xpath>
 | 
				
			||||||
 | 
								<value>
 | 
				
			||||||
 | 
									<outcomeDoers>
 | 
				
			||||||
 | 
										<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
 | 
				
			||||||
 | 
											<FertilinPerUnit>1</FertilinPerUnit>
 | 
				
			||||||
 | 
										</li>
 | 
				
			||||||
 | 
									</outcomeDoers>
 | 
				
			||||||
 | 
								</value>
 | 
				
			||||||
 | 
							</nomatch>
 | 
				
			||||||
		<match Class="PatchOperationAdd">
 | 
							<match Class="PatchOperationAdd">
 | 
				
			||||||
			<xpath>/Defs/ThingDef[defName="GatheredCum"]/ingestible/outcomeDoers</xpath>
 | 
								<xpath>Defs/ThingDef[defName="GatheredCum"]/ingestible/outcomeDoers</xpath>
 | 
				
			||||||
			<value>
 | 
								<value>
 | 
				
			||||||
				<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
 | 
									<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
 | 
				
			||||||
						<FertilinPerUnit>1</FertilinPerUnit>
 | 
											<FertilinPerUnit>1</FertilinPerUnit>
 | 
				
			||||||
| 
						 | 
					@ -14,4 +33,5 @@
 | 
				
			||||||
			</value>
 | 
								</value>
 | 
				
			||||||
		</match>
 | 
							</match>
 | 
				
			||||||
	</Operation>
 | 
						</Operation>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</Patch>
 | 
					</Patch>
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue