mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added support for Big and Small Slimes
This commit is contained in:
parent
883dfefa3e
commit
6dd8e27e0e
1 changed files with 22 additions and 0 deletions
22
Common/Patches/Xenotypes/PatchBSSlimes.xml
Normal file
22
Common/Patches/Xenotypes/PatchBSSlimes.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Big and Small - Slimes</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_GreenSlime"
|
||||
or defName="BS_PinkSlime"
|
||||
or defName="BS_FrostSlime"
|
||||
or defName="BS_LavaSlime"
|
||||
or defName="BS_EmperorSlime"
|
||||
or defName="BS_ElixirSlime"
|
||||
or defName="BS_BananaSplitSlime"
|
||||
or defName="BS_ToxicSludge"
|
||||
]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_slime_genitalia</li>
|
||||
</value>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
Loading…
Reference in a new issue