Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosycup committed Jan 10, 2025
1 parent 3c3f0ab commit b0b8816
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ClothingUniformJumpsuitCargoDark: 3 # CD
ClothingUniformJumpskirtCargoLight: 3 # CD
ClothingUniformJumpskirtCargoDark: 3 # CD
ClothingUniformJumpsuitCargoPants: 3 # CD
# ClothingUniformJumpsuitCargoPants: 3 # CD
ClothingShoesColorBlack: 3
ClothingHandsGlovesFingerless: 3
ClothingHandsGlovesMechanic: 3 # CD
Expand Down
76 changes: 1 addition & 75 deletions Resources/Prototypes/_CD/Entities/Clothing/Masks/bandanas.yml
Original file line number Diff line number Diff line change
@@ -1,73 +1,5 @@
- type: entity
parent: [ClothingMaskBaseButcherable, BaseFoldable]
id: ClothingMaskDepartBandanaBase
abstract: true
components:
- type: Appearance
- type: Foldable
canFoldInsideContainer: true
- type: FoldableClothing
foldedSlots:
- NECK
unfoldedSlots:
- MASK
foldedHideLayers: []
unfoldedHideLayers:
- Snout
- type: Mask
disableOnFolded: true
- type: IngestionBlocker
- type: IdentityBlocker
coverage: MOUTH
- type: Sprite
layers:
- state: icon
map: [ "unfoldedLayer" ]
- state: icon_neck
map: ["foldedLayer"]
visible: false
- type: Tag
tags:
- Bandana
- type: HideLayerClothing
slots:
- Snout
hideOnToggle: true

- type: entity
parent: [ClothingNeckBase, BaseFoldable]
id: ClothingMaskDepartBandanaBaseDown
abstract: true
components:
- type: Foldable
folded: true
- type: Mask
isToggled: true
enabled: false
disableOnFolded: true
- type: IngestionBlocker
enabled: false
- type: IdentityBlocker
enabled: false
coverage: MOUTH
- type: Sprite # needed for vendor inventory icons
layers:
- state: icon_neck
map: ["foldedLayer"]
visible: true
- state: icon
map: [ "unfoldedLayer" ]
visible: false
- type: HideLayerClothing # needed since head bandana inherits from mask bandana
slots: []
- type: Tag
tags:
- Bandana

## This is all an affront to god ^

- type: entity
parent: ClothingMaskDepartBandanaBase
parent: ClothingMaskBandanaBase
id: ClothingMaskBandCargo
name: cargo bandana
description: A cargo-coloured bandana to cover your face. You feel hidden behind it.
Expand All @@ -76,9 +8,3 @@
sprite: _CD/Clothing/Mask/cargo_bandana.rsi
- type: Clothing
sprite: _CD/Clothing/Mask/cargo_bandana.rsi

- type: entity
parent: [ClothingMaskDepartBandanaBaseDown, ClothingMaskBandCargo]
id: ClothingNeckBandCargo
name: cargo bandana
description: A cargo-coloured bandana to cover your face.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 0 additions & 16 deletions Resources/Textures/_CD/Clothing/Mask/cargo_bandana.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,6 @@
"name": "equipped-MASK-vox",
"directions": 4
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "equipped-NECK-reptilian",
"directions": 4
},
{
"name": "equipped-NECK-vulpkanin",
"directions": 4
},
{
"name": "equipped-NECK-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down

0 comments on commit b0b8816

Please sign in to comment.