This commit is contained in:
Tory 2023-08-23 21:24:28 +00:00
parent 99fd5fe668
commit 51d1e8d549
3 changed files with 3 additions and 28 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>0.4.0</version>
<version>0.4.1</version>
<manifestUri>https://gitgud.io/Tory/rjwanimaddons-xtraanims/-/raw/master/About/Manifest.xml</manifestUri>
<downloadUri>https://gitgud.io/Tory/rjwanimaddons-xtraanims/</downloadUri>
</Manifest>

View File

@ -1,5 +1,7 @@
RJWAnimAddons-XtraAnims:
8/235/2023: 0.4.1 Removed Robo anims Islands patch
2/15/2023: 0.4.0 Added Roboslob's animations. (only loads if RoboAnims is not active)
2/6/2023: 0.3.3 Updated Loadfolders.xml for 1.4

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Biomes! Islands</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd"><!--Fucking Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Beast_FaceFuckF" or defName="Beast_FaceFuckM" or defName="CentaurBeast_DoggystyleF" or defName="CentaurBeast_DoggystyleM" or defName="CentaurBeast_CowgirlF" or defName="CentaurBeast_CowgirlM"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>MantisLike</li>
</value>
</li>
<!--Fucked Animals<li Class="PatchOperationAdd">
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName=""]/actors/li[1]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>MantisLike</li>
</value>
</li>-->
</operations>
</match>
</Operation>
</Patch>