mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Autocleaner BasePawn fix
This commit is contained in:
parent
c0d2225805
commit
2389e27ff1
1 changed files with 25 additions and 0 deletions
25
1.3/Patches/BasePawn Fixes/AutoCleanerBasePawn.xml
Normal file
25
1.3/Patches/BasePawn Fixes/AutoCleanerBasePawn.xml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Patch>
|
||||||
|
<Operation Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Autocleaner</li>
|
||||||
|
<li>2051042827</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationSequence">
|
||||||
|
<operations>
|
||||||
|
<li Class="PatchOperationReplace">
|
||||||
|
<xpath>/Defs/ThingDef[@Name="BaseBaseAutocleaner"]</xpath>
|
||||||
|
<value>
|
||||||
|
<ThingDef Name="BaseBaseAutocleaner" ParentName="BasePawn" Abstract="True">
|
||||||
|
<inspectorTabs Inherit="false">
|
||||||
|
<li>ITab_Pawn_Health</li>
|
||||||
|
<li>ITab_Pawn_Log</li>
|
||||||
|
</inspectorTabs>
|
||||||
|
</ThingDef>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
</operations>
|
||||||
|
</match>
|
||||||
|
</Operation>
|
||||||
|
</Patch>
|
||||||
|
|
Loading…
Reference in a new issue