diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/syndiedrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/syndiedrobe.yml index 5d00dd5d97..d5480638ef 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/syndiedrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/syndiedrobe.yml @@ -8,7 +8,7 @@ ClothingHeadHatSyndieMAA: 3 ClothingOuterWinterSyndieCap: 3 ClothingOuterCoatSyndieCap: 3 - ClothingUniformJumpsuitSyndieFormalDress: 5 + ClothingUniformJumpsuitSyndieFormal: 5 ClothingUniformJumpskirtSyndieFormalDress: 5 ClothingUniformJumpsuitOperative: 5 ClothingUniformJumpskirtOperative: 5 diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 6415ea5fd5..4c2980f916 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -1162,14 +1162,14 @@ - type: entity parent: ClothingUniformBase - id: ClothingUniformJumpsuitSyndieFormalDress - name: syndicate formal dress + id: ClothingUniformJumpsuitSyndieFormal + name: syndicate formal suit description: "The syndicate's uniform is made in an elegant style, it's even a pity to do dirty tricks in this." components: - type: Sprite - sprite: Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi + sprite: Clothing/Uniforms/Jumpsuit/syndieformal.rsi - type: Clothing - sprite: Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi + sprite: Clothing/Uniforms/Jumpsuit/syndieformal.rsi - type: entity parent: ClothingUniformBase diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/equipped-INNERCLOTHING-monkey.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/equipped-INNERCLOTHING-monkey.png rename to Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/equipped-INNERCLOTHING-monkey.png diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/icon.png rename to Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/icon.png diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/inhand-left.png rename to Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/inhand-right.png rename to Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformaldress.rsi/meta.json rename to Resources/Textures/Clothing/Uniforms/Jumpsuit/syndieformal.rsi/meta.json