ProtectiveApparel - NachoToast/SimpleCustomGasFramework GitHub Wiki
Filter to only pawns that are wearing protective apparel.
Source: ProtectiveApparel.cs
<!-- Pass if a pawn is wearing protective face covering and protective body covering. -->
<li Class="SCGF.Filters.ProtectiveApparel">
<types>
<li>Face</li>
<li>Body</li>
</types>
</li>Tip
See the protective apparel wiki page for more information on the different types of protective apparel.
Important
This is used by GasBase, so you might not need to define it yourself (learn more).
