Exclusion Tag for Littered Birth and ChestPregnancy. Fixes #96

This commit is contained in:
Vegapnk 2024-06-26 16:05:14 +02:00
parent 92d90dd39e
commit 1c73d52041
3 changed files with 103 additions and 77 deletions

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