Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 44c8557

Browse files
committed
Patches fix
1 parent beb49bf commit 44c8557

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Patches/ThingDefs_Patches.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Patch>
33

44
<Operation Class="PatchOperationReplace">
5-
<xpath>//ThingDef[defName = "PlantWildHealroot"]/plant/harvestedThingDef</xpath>
5+
<xpath>*/ThingDef[defName = "PlantWildHealroot"]/plant/harvestedThingDef</xpath>
66
<value>
77
<harvestedThingDef>RawHealroot</harvestedThingDef>
88
</value>
99
</Operation>
1010

1111
<Operation Class="PatchOperationReplace">
12-
<xpath>//ThingDef[defName = "PlantWildHealroot"]/plant/harvestYield</xpath>
12+
<xpath>*/ThingDef[defName = "PlantWildHealroot"]/plant/harvestYield</xpath>
1313
<value>
1414
<harvestYield>5</harvestYield>
1515
</value>

Patches/TraderKindDefs_Patches.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Patch>
33
<Operation Class="PatchOperationAdd">
4-
<xpath>//TraderKindDef[defName = "Caravan_Neolithic_BulkGoods"]/stockGenerators</xpath>
4+
<xpath>*/TraderKindDef[defName = "Caravan_Neolithic_BulkGoods"]/stockGenerators</xpath>
55
<value>
66
<li Class="StockGenerator_Tag">
77
<tradeTag>Seeds</tradeTag>
@@ -18,7 +18,7 @@
1818
</Operation>
1919

2020
<Operation Class="PatchOperationAdd">
21-
<xpath>//TraderKindDef[defName = "Caravan_Outlander_BulkGoods"]/stockGenerators</xpath>
21+
<xpath>*/TraderKindDef[defName = "Caravan_Outlander_BulkGoods"]/stockGenerators</xpath>
2222
<value>
2323
<li Class="StockGenerator_Tag">
2424
<tradeTag>Seeds</tradeTag>
@@ -35,7 +35,7 @@
3535
</Operation>
3636

3737
<Operation Class="PatchOperationAdd">
38-
<xpath>//TraderKindDef[defName = "Orbital_BulkGoods"]/stockGenerators</xpath>
38+
<xpath>*/TraderKindDef[defName = "Orbital_BulkGoods"]/stockGenerators</xpath>
3939
<value>
4040
<li Class="StockGenerator_Tag">
4141
<tradeTag>Seeds</tradeTag>
@@ -59,7 +59,7 @@
5959
</Operation>
6060

6161
<Operation Class="PatchOperationAdd">
62-
<xpath>//TraderKindDef[defName = "Visitor_Neolithic_Standard"]/stockGenerators</xpath>
62+
<xpath>*/TraderKindDef[defName = "Visitor_Neolithic_Standard"]/stockGenerators</xpath>
6363
<value>
6464
<li Class="StockGenerator_Tag">
6565
<tradeTag>Seeds</tradeTag>
@@ -76,7 +76,7 @@
7676
</Operation>
7777

7878
<Operation Class="PatchOperationAdd">
79-
<xpath>//TraderKindDef[defName = "Visitor_Outlander_Standard"]/stockGenerators</xpath>
79+
<xpath>*/TraderKindDef[defName = "Visitor_Outlander_Standard"]/stockGenerators</xpath>
8080
<value>
8181
<li Class="StockGenerator_Tag">
8282
<tradeTag>Seeds</tradeTag>

0 commit comments

Comments
 (0)