Skip to content

Commit

Permalink
Merge pull request #3303 from Tostov/Fix-old-Kurin-HAR-race-patch
Browse files Browse the repository at this point in the history
Fix Kurin HAR patch from breaking CE apparel wearability.
  • Loading branch information
N7Huntsman authored Jul 25, 2024
2 parents 5ff405a + 48f06a5 commit 7c04b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ModPatches/Kurin/Patches/Kurin/ThingDefs_Races/Race_DRNTF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Kurin_Race"]/alienRace/raceRestriction/apparelList</xpath>
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Kurin_Race"]/alienRace/raceRestriction/whiteApparelList</xpath>
<value>
<li>CE_Apparel_TacVest</li>
<li>CE_Apparel_Backpack</li>
Expand All @@ -108,4 +108,4 @@
<li>CE_Apparel_ImprovGasMask</li>
</value>
</Operation>
</Patch>
</Patch>

0 comments on commit 7c04b6d

Please sign in to comment.