Skip to content

Commit

Permalink
patching
Browse files Browse the repository at this point in the history
  • Loading branch information
Killface1980 committed May 26, 2017
1 parent 132c945 commit 364d949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>Facial Stuff 0.17.1.1</name>
<name>Facial Stuff 0.17.1.2</name>
<author>Killface</author>
<url></url>
<targetVersion>0.17.1546</targetVersion>
Expand Down
4 changes: 2 additions & 2 deletions Patches/HumanPatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<Patch>

<Operation Class="PatchOperationAdd">
<xpath>//ThingDef[defName = "Human"]</xpath>
<xpath>/ThingDefs/ThingDef[defName = "Human"]</xpath>
<value>
<comps></comps>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>//ThingDef[defName = "Human"]/comps</xpath>
<xpath>/ThingDefs/ThingDef[defName = "Human"]/comps</xpath>
<value>
<li>
<compClass>RW_FacialStuff.CompFace</compClass>
Expand Down

0 comments on commit 364d949

Please sign in to comment.