Skip to content

Commit

Permalink
Merge pull request #3432 from TurklerRS/Biotech-gas-mask-tags-fix
Browse files Browse the repository at this point in the history
Biotech gas mask tags fix
  • Loading branch information
N7Huntsman authored Sep 20, 2024
2 parents 13c4b5b + aedc604 commit 25cb11b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Biotech/Patches/ThingDefs_Misc/Apparel_BiotechHeadgear.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,16 @@
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Apparel_GasMask"]/apparel/tags</xpath>
<value>
<tags>
<li>IndustrialMilitaryBasic</li>
<li>GasMask</li>
</tags>
</value>
</Operation>

<!-- Cloth Mask -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Apparel_ClothMask"]/statBases</xpath>
Expand Down Expand Up @@ -197,4 +207,4 @@
</value>
</Operation>

</Patch>
</Patch>

0 comments on commit 25cb11b

Please sign in to comment.