Last active
June 21, 2025 18:26
-
-
Save TPJelf/27c0129de5fee40f7f5feda4ad581d0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<Patch> | |
<!-- CORE PATCHES --> | |
<Operation Class="PatchOperationReplace"> | |
<success>Always</success> | |
<xpath>Defs/ThingDef[defName="ToolCabinet"]/designationCategory</xpath> | |
<value> | |
<designationCategory>Ferny_Auxiliaries</designationCategory> | |
</value> | |
</Operation> | |
<Operation Class="PatchOperationReplace"> | |
<success>Always</success> | |
<xpath>Defs/ThingDef[defName="MultiAnalyzer"]/designationCategory</xpath> | |
<value> | |
<designationCategory>Ferny_Auxiliaries</designationCategory> | |
</value> | |
</Operation> | |
<Operation Class="PatchOperationReplace"> | |
<success>Always</success> | |
<xpath>Defs/ThingDef[defName="VitalsMonitor"]/designationCategory</xpath> | |
<value> | |
<designationCategory>Ferny_Auxiliaries</designationCategory> | |
</value> | |
</Operation> | |
</Patch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment