diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index 0bc70b5887..ccc4c0c425 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -12,6 +12,7 @@ ClothingHandsGlovesColorBlack: 3 ClothingUniformJumpskirtSec: 3 ClothingUniformJumpsuitSecGrey: 3 + ClothingUniformJumpskirtSecGrey: 3 ClothingUniformJumpsuitSecBlue: 3 ClothingHeadsetSecurity: 3 ClothingOuterWinterSec: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 64dde13fd8..821760ae52 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -748,3 +748,14 @@ sprite: Clothing/Uniforms/Jumpskirt/senior_officer.rsi - type: Clothing sprite: Clothing/Uniforms/Jumpskirt/senior_officer.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtSecGrey + name: grey security jumpskirt + description: A tactical relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpskirt/security_grey.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpskirt/security_grey.rsi diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000..e326d766b1 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..81d1e1a0ea Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png new file mode 100644 index 0000000000..5cf98e48d2 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png new file mode 100644 index 0000000000..3fc106cf45 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png new file mode 100644 index 0000000000..9875eee60e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json new file mode 100644 index 0000000000..809f899f45 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by @mureixlol, for monkey @hem0mancer", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}