mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Exclusion Tag for Littered Birth and ChestPregnancy. Fixes #96
This commit is contained in:
parent
92d90dd39e
commit
1c73d52041
3 changed files with 103 additions and 77 deletions
15
Common/Patches/Genes/Patch_Insector_ChestEggs.xml
Normal file
15
Common/Patches/Genes/Patch_Insector_ChestEggs.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Vanilla Races Expanded - Insector</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationAdd">
|
||||
<xpath>Defs/GeneDef[defName = "VRE_ChestburstPregnancy"]/exclusionTags</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_littered_birth_vs_chestburst</li>
|
||||
</value>
|
||||
</match>
|
||||
</Operation>
|
||||
|
||||
</Patch>
|
Loading…
Add table
Add a link
Reference in a new issue