Files
FCP-Power-Armor/1.6/Patches/PowerArmorStation_RecipeUsers.xml
T

14 lines
367 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!-- Add Power Armor Station as a recipe user for all power armor paintjob recipes -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[recipeUsers/li[text()="FCP_Production_Armor_Workbench"]]/recipeUsers</xpath>
<value>
<li>FCP_Building_PowerArmorStation</li>
</value>
</Operation>
</Patch>