Skip to content

Commit

Permalink
fix (AG) Asari race patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pacas committed Jul 30, 2024
1 parent 2233bb9 commit b2e1204
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<mods>
<li>Alpha Genes</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Baseline_Asari"]/genes</xpath>
<value>
<li>AG_Female</li>
</value>
</li>
</operations>
<match Class="PatchOperationFindMod">
<mods>
<li>AsariRace</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/XenotypeDef[defName="Baseline_Asari"]/genes</xpath>
<value>
<li>AG_Female</li>
</value>
</match>
</match>
</Operation>
</Patch>

0 comments on commit b2e1204

Please sign in to comment.