19 lines
449 B
XML
19 lines
449 B
XML
<Patch>
|
|
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>ReBuild: Doors and Corners</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef[defName="RB_ClerestoryWall"]/researchPrerequisites</xpath>
|
|
<value>
|
|
<researchPrerequisites><li>Smithing</li></researchPrerequisites>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
</Patch>
|