mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Added placeholder for rimnude zoo not loaded
This commit is contained in:
parent
5bd9bf0ca7
commit
2d0a26bda3
3 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
<li IfModActive="c0ffee.SexToysMasturbation">Patch_SexToysMasturbation/1.5</li>
|
||||
<li IfModActive="Nals.FacialAnimation">Patch_FacialAnimation/1.5</li>
|
||||
<li IfModNotActive="shauaputa.rimnudeworld">Patch_NoRimNudeWorld/1.5</li>
|
||||
<li IfModNotActive="shauaputa.rimnudeworldzoo">Patch_NoRimNudeWorldZoo/1.5</li>
|
||||
</v1.5>
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<!-- placeholder for when RimNude isn't installed -->
|
||||
<PawnRenderNodeTagDef>
|
||||
<defName>AnimalPenis</defName>
|
||||
</PawnRenderNodeTagDef>
|
||||
</Defs>
|
|
@ -380,6 +380,7 @@
|
|||
<Content Include="Languages\PortugueseBrazilian\DefInjected\Rimworld_Animations.AnimationDef\Animations_vanilla.xml" />
|
||||
<Content Include="LoadFolders.xml" />
|
||||
<Content Include="Patch_FacialAnimation\1.5\Patches\AnimationPatch_HideHeadWhenAnimating.xml" />
|
||||
<Content Include="Patch_NoRimNudeWorldZoo\1.5\Defs\PawnRenderNodeTagDef.xml" />
|
||||
<Content Include="Patch_NoRimNudeWorld\1.5\Defs\PawnRenderNodeTagDef.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue