PatchOperationConditional 수정

This commit is contained in:
Cocopomel 2021-08-31 02:24:57 +09:00
parent 25fb7388c5
commit d16c5ba13a

View File

@ -21,13 +21,22 @@
</li>-->
<!--부르카 애드온 문제 해결-->
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel</xpath>
<value>
<tags>
<li Class="PatchOperationConditional">
<xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel</xpath>
<value>
<tags>
<li>PN_Burka</li>
</tags>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel/tags</xpath>
<value>
<li>PN_Burka</li>
</tags>
</value>
</value>
</match>
</li>
</operations>
</match>