mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Nested 2 Mod-Search for AG_Malachai, Fixes #68
This commit is contained in:
parent
e805cfe025
commit
7d9e399a47
2 changed files with 18 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
**Fixes:**
|
**Fixes:**
|
||||||
|
|
||||||
|
- Added another check to the AG Malachai Xenotype (Fixes #68)
|
||||||
- Fixed the `GatheredCum`Fertilin Ingestion Patch throwing an Error for people without Sexperience (Fixes #69 (nice))
|
- Fixed the `GatheredCum`Fertilin Ingestion Patch throwing an Error for people without Sexperience (Fixes #69 (nice))
|
||||||
|
|
||||||
# 1.3.2
|
# 1.3.2
|
||||||
|
|
|
@ -109,6 +109,23 @@
|
||||||
</match>
|
</match>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Alpha Genes</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Vanilla Races Expanded - Sanguophage</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/XenotypeDef[defName="AG_Malachai"]/genes</xpath>
|
||||||
|
<value>
|
||||||
|
<li>rjw_genes_demonic_genitalia</li>
|
||||||
|
</value>
|
||||||
|
</match>
|
||||||
|
</match>
|
||||||
|
</li>
|
||||||
|
|
||||||
</operations>
|
</operations>
|
||||||
</Operation>
|
</Operation>
|
||||||
</Patch>
|
</Patch>
|
Loading…
Reference in a new issue