Nested 2 Mod-Search for AG_Malachai, Fixes #68

This commit is contained in:
Vegapnk 2023-11-02 11:52:48 +01:00
parent e805cfe025
commit 7d9e399a47
2 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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>