Skip to content

Commit

Permalink
Merge pull request #2833 from Liorik95/Development
Browse files Browse the repository at this point in the history
Fix for RH2 Clothing
  • Loading branch information
N7Huntsman authored Oct 24, 2023
2 parents 89f0055 + 2b4e790 commit 74fc44e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Patches/RH2 Rimmu-Nation² - Clothing/Backpacks_CE.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
or defName = "RNApparel_Backpack_HelloKitty"
or defName = "RNApparel_Backpack_TarpBackpack"
or defName = "RNApparel_Backpack_AnCHero"
or defName = "RNApparel_RNApparel_Backpack_HelikonBailOutBag"
or defName = "RNApparel_Backpack_HelikonBailOutBag"
or defName = "RNApparel_Backpack_StudentBackpack"
or defName = "RNApparel_Backpack_Naotak"
or defName = "RNApparel_Backpack_Wasing"
Expand Down Expand Up @@ -273,4 +273,4 @@
</operations>
</match>
</Operation>
</Patch>
</Patch>
15 changes: 10 additions & 5 deletions Patches/RH2 Rimmu-Nation² - Clothing/Vests_CE.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
Expand Down Expand Up @@ -62,7 +62,10 @@
defName = "RHApparel_CondorBattleBelt_Tan" or
defName = "RHApparel_TexShoemakerPoliceBelt_Python" or
defName = "RHApparel_SafarilandPoliceBelt_Beretta" or
defName = "RHApparel_SafarilandPoliceBelt_Glock"]/apparel/layers </xpath>
defName = "RHApparel_SafarilandPoliceBelt_Glock" or
defName = "RHApparel_MaxpeditionBattleBelt_Olive"
]/apparel/layers
</xpath>
<value>
<layers>
<li>Webbing</li>
Expand Down Expand Up @@ -90,7 +93,8 @@
defName = "RHApparel_Arktis_TacticalVest" or
defName = "RHApparel_TexShoemakerPoliceBelt_Python" or
defName = "RHApparel_SafarilandPoliceBelt_Beretta" or
defName = "RHApparel_SafarilandPoliceBelt_Glock"
defName = "RHApparel_SafarilandPoliceBelt_Glock" or
defName = "RHApparel_MaxpeditionBattleBelt_Olive"
]/statBases
</xpath>
<value>
Expand Down Expand Up @@ -129,7 +133,8 @@
defName = "RHApparel_Arktis_TacticalVest" or
defName = "RHApparel_TexShoemakerPoliceBelt_Python" or
defName = "RHApparel_SafarilandPoliceBelt_Beretta" or
defName = "RHApparel_SafarilandPoliceBelt_Glock"
defName = "RHApparel_SafarilandPoliceBelt_Glock" or
defName = "RHApparel_MaxpeditionBattleBelt_Olive"
]/equippedStatOffsets
</xpath>
<value>
Expand Down Expand Up @@ -225,4 +230,4 @@
</match>
</Operation>

</Patch>
</Patch>

0 comments on commit 74fc44e

Please sign in to comment.