Skip to content

Commit

Permalink
Merge pull request #145 from frederik-hoeft/master: RimAtomics
Browse files Browse the repository at this point in the history
small compat fix for dubs rimatomics
  • Loading branch information
lilwhitemouse authored Aug 17, 2023
2 parents 4b3008a + e00964d commit d0616ad
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _Mod/LWM.DeepStorage/Patches/Compatibility_Dubs_Rimatomics.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<Patch>
<!-- Compatibility for Dubs Rimatomics. Allows Railgun sabot rounds to be stored on pallets. -->
<!--=====Rimatomics=====-->
<Operation Class="PatchOperationFindMod">
<mods>
<li>Dubs Rimatomics</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="LWM_Pallet"]/building/fixedStorageSettings/filter</xpath>
<value>
<thingDefs>
<li>RailgunSabot</li>
<li>RailgunSabotDU</li>
</thingDefs>
</value>
</li>
<li Class="LWM.DeepStorage.PatchMessage">
<message>LWM Deep Storage: activated compatibility patch for Dubs Rimatomics</message>
</li>
</operations>
</match>
</Operation>
</Patch>

0 comments on commit d0616ad

Please sign in to comment.