Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 2, 2024
2 parents 3ee5368 + 69aa3e4 commit 1f27daa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
<developmentalStageFilter>Child, Adult</developmentalStageFilter>
<bodyPartGroups>
<li>UpperHead</li>
<li>Mouth</li>
</bodyPartGroups>
<wornGraphicPath>Things/Apparel/CamoHelmet/USCM_CamoHelmet</wornGraphicPath>
<layers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<countsAsClothingForNudity>false</countsAsClothingForNudity>
<developmentalStageFilter>Child, Adult</developmentalStageFilter>
<bodyPartGroups>
<li>UpperHead</li>
<li>FullHead</li>
</bodyPartGroups>
<wornGraphicPath>Things/Apparel/Rimarsenal/InteractorHelmet</wornGraphicPath>
<layers>
Expand Down
12 changes: 12 additions & 0 deletions Mods/Core_SK/Patches/CombatExtended/Ammo/Shell/81mmMortar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,18 @@ Defs/RecipeDef[defName="MakeShell_Smoke"]/fixedIngredientFilter/thingDefs/li[tex
<attribute>ParentName</attribute>
<value>AmmoRecipeBase</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>Defs/RecipeDef[defName="MakeShell_Toxic"]/label</xpath>
<value>
<label>make a 81mm tox mortar shell x1</label>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>Defs/RecipeDef[defName="MakeShell_Toxic"]/description</xpath>
<value>
<description>Craft 1 81mm tox mortar shell.</description>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/RecipeDef[defName="MakeShell_Toxic"]/fixedIngredientFilter/thingDefs</xpath>
<value>
Expand Down
8 changes: 4 additions & 4 deletions Mods/RatkinRaceHSK/Defs/ThingsDefs/RK_Apparel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@
</equippedStatOffsets>
<apparel>
<bodyPartGroups>
<li>UpperHead</li>
<li>FullHead</li>
<li>Eyes</li>
<li>Teeth</li>
</bodyPartGroups>
Expand Down Expand Up @@ -2365,7 +2365,7 @@
</equippedStatOffsets>
<apparel>
<bodyPartGroups>
<li>UpperHead</li>
<li>FullHead</li>
<li>Eyes</li>
<li>Teeth</li>
</bodyPartGroups>
Expand Down Expand Up @@ -2443,7 +2443,7 @@
</equippedStatOffsets>
<apparel>
<bodyPartGroups>
<li>UpperHead</li>
<li>FullHead</li>
<li>Eyes</li>
<li>Teeth</li>
</bodyPartGroups>
Expand Down Expand Up @@ -2522,7 +2522,7 @@
</equippedStatOffsets>
<apparel>
<bodyPartGroups>
<li>UpperHead</li>
<li>FullHead</li>
<li>Eyes</li>
<li>Teeth</li>
</bodyPartGroups>
Expand Down

0 comments on commit 1f27daa

Please sign in to comment.