diff --git a/1.3/Patches/Ideology.xml b/1.3/Patches/Ideology.xml index 9db647d..de0feab 100644 --- a/1.3/Patches/Ideology.xml +++ b/1.3/Patches/Ideology.xml @@ -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>