Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Patch>
  3.   <Operation Class="PatchOperationSequence">
  4.     <success>Always</success>
  5.     <operations>
  6.       <li Class="PatchOperationTest">
  7.         <xpath>/Defs/ThingDef[defName="Human"]</xpath>
  8.       </li>
  9.       <li Class="PatchOperationConditional">
  10.         <xpath>/Defs/ThingDef[defName="Human"]/comps</xpath>
  11.         <match Class="PatchOperationAdd">
  12.           <xpath>/Defs/ThingDef[defName="Human"]/comps</xpath>
  13.           <value>
  14.             <li Class="TwitchToolkit.PawnQueue.CompProperties_PawnNamed">
  15.               <isNamed>false</isNamed>
  16.             </li>
  17.           </value>
  18.         </match>
  19.         <nomatch Class="PatchOperationAdd">
  20.           <xpath>/Defs/ThingDef[defName="Human"]</xpath>
  21.           <value>
  22.             <comps>
  23.               <li Class="TwitchToolkit.PawnQueue.CompProperties_PawnNamed">
  24.                 <isNamed>false</isNamed>
  25.               </li>
  26.             </comps>
  27.           </value>
  28.         </nomatch>
  29.       </li>
  30.     </operations>
  31.   </Operation>
  32. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement