diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index c0e4e400ef..2867bcfe9c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -36,6 +36,7 @@ ClothingUniformJumpsuitHawaiBlue: 2 ClothingUniformJumpsuitHawaiRed: 2 ClothingUniformJumpsuitHawaiYellow: 2 + ClothingUniformJumpsuitFlannel: 2 ClothingShoesColorBlack: 8 ClothingShoesColorBrown: 4 ClothingShoesColorWhite: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 8f16a90a39..4a36f35fe6 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -1148,3 +1148,14 @@ sprite: Clothing/Uniforms/Jumpsuit/hawaiyellow.rsi - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/hawaiyellow.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitFlannel + name: flannel jumpsuit + description: Smells like someones been grillin'. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..836f95e9aa Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/icon.png new file mode 100644 index 0000000000..38eb1021c4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/inhand-left.png new file mode 100644 index 0000000000..7850e6a676 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/inhand-right.png new file mode 100644 index 0000000000..8cbbfad26b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/meta.json new file mode 100644 index 0000000000..d54e5e2985 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by MrGreen06#0618 (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}