Skip to content

Commit

Permalink
Comment out components
Browse files Browse the repository at this point in the history
I actually don't know if this is necessary because they were moved rather than removed.
  • Loading branch information
sarcoph committed Sep 25, 2024
1 parent 7590a0c commit 4f0d5e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@
- type: entity
parent: ClothingMaskGasBase # FLOOF: Change parent
id: ClothingMaskGas
components:
components: # FLOOF: Remove most components, move them to ClothingMaskGasBase
# - type: Sprite
# sprite: Clothing/Mask/gas.rsi
# - type: Clothing
# sprite: Clothing/Mask/gas.rsi
# - type: BreathMask
# - type: IngestionBlocker
# - type: IdentityBlocker
- type: Tag # FLOOF: Add MaskGasIngredient tag
tags:
- HamsterWearable
Expand Down

0 comments on commit 4f0d5e3

Please sign in to comment.