Guest User

Untitled

a guest
Sep 5th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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 = "PatchOperationConditional">
  7. <xpath>/Defs/ThingDef/ingestible[preferability = "MealAwful" or preferability = "MealSimple" or preferability = "MealFine" or preferability = "MealLavish"]/chairSearchRadius</xpath>
  8. <nomatch Class = "PatchOperationAdd">
  9. <xpath>/Defs/ThingDef/ingestible[preferability = "MealAwful" or preferability = "MealSimple" or preferability = "MealFine" or preferability = "MealLavish"]</xpath>
  10. <value>
  11. <chairSearchRadius>999</chairSearchRadius>
  12. </value>
  13. </nomatch>
  14. <match Class = "PatchOperationReplace">
  15. <xpath>/Defs/ThingDef/ingestible[preferability = "MealAwful" or preferability = "MealSimple" or preferability = "MealFine" or preferability = "MealLavish"]/chairSearchRadius</xpath>
  16. <value>
  17. <chairSearchRadius>999</chairSearchRadius>
  18. </value>
  19. </match>
  20. </li>
  21. </operations>
  22. </Operation>
  23. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment