Skip to content
Snippets Groups Projects
Commit 169e558a authored by Zaltys's avatar Zaltys :snake:
Browse files

Direct xpath for faster loading.

parent e565519c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>*/BodyDef[defName = "MechanicalCentipede"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName = "MechanicalCentipede"]/corePart/parts</xpath>
<value>
<li>
<def>MechGenitals</def>
......@@ -13,7 +13,7 @@
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>*/BodyDef[defName = "Scyther"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName = "Scyther"]/corePart/parts</xpath>
<value>
<li>
<def>MechGenitals</def>
......@@ -23,7 +23,7 @@
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>*/BodyDef[defName = "Lancer"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName = "Lancer"]/corePart/parts</xpath>
<value>
<li>
<def>MechGenitals</def>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment