Skip to content

Commit

Permalink
Add muffled gas mask to loadout
Browse files Browse the repository at this point in the history
Just the regular one, because the other two gas masks aren't equippable in loadout themselves.
  • Loading branch information
sarcoph committed Sep 21, 2024
1 parent e2ee14d commit 7590a0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Floof/CharacterItemGroups/maskGroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
id: LoadoutMaskMuzzle
- type: loadout
id: LoadoutMaskGas
- type: loadout
id: LoadoutMaskGasMuffled
- type: loadout
id: LoadoutMaskBandBlack
- type: loadout
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/mask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,14 @@
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutMasks2

- type: loadout
id: LoadoutMaskGasMuffled
category: Mask
cost: 1
exclusive: true
items:
- ClothingMaskGasMuffled
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutMasks2

0 comments on commit 7590a0c

Please sign in to comment.