Skip to content

Commit

Permalink
Merge pull request #750 from zymex22/issue749
Browse files Browse the repository at this point in the history
Fixed Issue where the patch would target non DSU type Storage
  • Loading branch information
Sn1p3rr3c0n authored Feb 4, 2024
2 parents 11aaad0 + 59c3d89 commit 5f26ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings/Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<Patch>
<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>/Defs/ThingDef/modExtensions/li[@Class="ProjectRimFactory.Storage.Editables.DefModExtension_Crate"]/limit</xpath>
<xpath>/Defs/ThingDef[thingClass="ProjectRimFactory.Storage.Building_MassStorageUnitPowered"]/modExtensions/li[@Class="ProjectRimFactory.Storage.Editables.DefModExtension_Crate"]/limit</xpath>
<value>
<!-- ${value} is replaced with the entered value. -->
<limit>${value}</limit>
Expand Down

0 comments on commit 5f26ae9

Please sign in to comment.