diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml index 00b35b92c2..1e42faff3e 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml @@ -5,6 +5,7 @@ ClothingHeadHatTophat: 2 ClothingEyesHudBeer: 2 ClothingHeadsetService: 2 + ClothingOuterApronBar: 2 ClothingOuterWinterBar: 2 ClothingUniformJumpsuitBartender: 2 ClothingUniformJumpskirtBartender: 2 @@ -14,3 +15,4 @@ ClothingOuterVest: 2 ClothingBeltBandolier: 2 ClothingEyesGlassesSunglasses: 2 + diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 3f45bd4e8e..f343386b0b 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -9,6 +9,18 @@ - type: Clothing sprite: Clothing/OuterClothing/Misc/apron.rsi +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterApronBar + suffix: Bartender + name: apron + description: A darker apron designed for bartenders. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/apronbar.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/apronbar.rsi + - type: entity parent: ClothingOuterStorageBase id: ClothingOuterApronBotanist diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..00fe3aec28 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/icon.png new file mode 100644 index 0000000000..c5a8818ab5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/inhand-left.png new file mode 100644 index 0000000000..1d85911d8f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/inhand-right.png new file mode 100644 index 0000000000..c56d404c58 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/meta.json new file mode 100644 index 0000000000..905cf722ce --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/apronbar.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Edited from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}