Skip to content

Commit

Permalink
Blacklist shields
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Dec 7, 2024
1 parent 39c4e6d commit ec6ac82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ModPatches/Mantis Race/Patches/Mantis Race/Race_Mantis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mantis"]/alienRace/raceRestriction</xpath>
<value>
<blackApparelList>
<li>CE_Apparel_BallisticShield</li>
<li>CE_Apparel_MeleeShield</li>
</blackApparelList>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mantis"]/comps</xpath>
<value>
Expand Down

0 comments on commit ec6ac82

Please sign in to comment.