Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 730b0d3

Browse files
committed
Pick Up and Haul Patch
Leverages Pick Up and Haul's compatibility tools to add inventory hauling to all robots. Contributed by Steam user 幸运长笛. https://steamcommunity.com/profiles/76561198988287918
1 parent cb2b690 commit 730b0d3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!--
3+
Provided by Steam user 幸运长笛 in workshop comments on Mar 21, 2025
4+
https://steamcommunity.com/profiles/76561198988287918
5+
-->
6+
<Patch>
7+
<Operation Class="PatchOperationFindMod">
8+
<mods>
9+
<li>Pick Up And Haul</li>
10+
</mods>
11+
<match Class="PatchOperationSequence">
12+
<success>Always</success>
13+
<operations>
14+
<li Class="PatchOperationAdd">
15+
<xpath>Defs/ThingDef[@Name="Base_X2_AIRobot"]/comps</xpath>
16+
<value>
17+
<li>
18+
<compClass>PickUpAndHaul.CompHauledToInventory</compClass>
19+
</li>
20+
</value>
21+
</li>
22+
</operations>
23+
</match>
24+
</Operation>
25+
</Patch>

0 commit comments

Comments
 (0)