부르카 패치

This commit is contained in:
Cocopomel 2021-08-28 05:47:36 +09:00
parent c97e7860c7
commit a00ca25ab3
2 changed files with 27 additions and 1 deletions

View File

@ -229,6 +229,9 @@
</bodyTypes> </bodyTypes>
</east> </east>
</offsets> </offsets>
<hiddenUnderApparelTag>
<li MayRequire="Ludeon.RimWorld.Ideology">PN_Burka</li>
</hiddenUnderApparelTag>
</li> </li>
<li> <li>
@ -261,6 +264,9 @@
</bodyTypes> </bodyTypes>
</east> </east>
</offsets> </offsets>
<hiddenUnderApparelTag>
<li MayRequire="Ludeon.RimWorld.Ideology">PN_Burka</li>
</hiddenUnderApparelTag>
</li> </li>
<li> <li>
@ -294,6 +300,9 @@
</bodyTypes> </bodyTypes>
</east> </east>
</offsets> </offsets>
<hiddenUnderApparelTag>
<li MayRequire="Ludeon.RimWorld.Ideology">PN_Burka</li>
</hiddenUnderApparelTag>
</li> </li>
<li> <li>
@ -327,6 +336,9 @@
</bodyTypes> </bodyTypes>
</east> </east>
</offsets> </offsets>
<hiddenUnderApparelTag>
<li MayRequire="Ludeon.RimWorld.Ideology">PN_Burka</li>
</hiddenUnderApparelTag>
</li> </li>
<li Class="MoharCustomHAR.MoharBodyAddon"> <li Class="MoharCustomHAR.MoharBodyAddon">
@ -388,6 +400,9 @@
</li> </li>
</hideIfJob> </hideIfJob>
</jobParams> </jobParams>
<hiddenUnderApparelTag>
<li MayRequire="Ludeon.RimWorld.Ideology">PN_Burka</li>
</hiddenUnderApparelTag>
</li> </li>
</bodyAddons> </bodyAddons>
</alienPartGenerator> </alienPartGenerator>

View File

@ -7,6 +7,7 @@
<match Class="PatchOperationSequence"> <match Class="PatchOperationSequence">
<success>Always</success> <success>Always</success>
<operations> <operations>
<!--헤어패치--> <!--헤어패치-->
<!--<li Class="PatchOperationAdd"> <!--<li Class="PatchOperationAdd">
<xpath>/Defs/CultureDef[defName = *]/styleItemTags</xpath> <xpath>/Defs/CultureDef[defName = *]/styleItemTags</xpath>
@ -18,6 +19,16 @@
</li> </li>
</value> </value>
</li>--> </li>-->
<!--부르카 애드온 문제 해결-->
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel</xpath>
<value>
<tags>
<li>PN_Burka</li>
</tags>
</value>
</li>
</operations> </operations>
</match> </match>
</Operation> </Operation>