PatchOperationConditional 수정
This commit is contained in:
parent
25fb7388c5
commit
d16c5ba13a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user