From d4bf0ec7de1efc50041e536c0415cb5d6372a97e Mon Sep 17 00:00:00 2001 From: ItsDzordz Date: Mon, 20 Jan 2025 22:17:47 +0100 Subject: [PATCH] Moved Directories as requested Found it --- .../Entities/Clothing/Uniforms/jumpskirts.yml | 10 ---------- .../Floof/Entities/Clothing/Uniforms/misc.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index aa778234507..370d9ab80ef 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -840,13 +840,3 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpskirt/olddress.rsi -- type: entity - parent: ClothingUniformSkirtBase - id: ClothingUniformClassicalMaidDress - name: Classical Maid Dress - description: A modernised version of the victorian-era maid dress. Streamlined but frilly perfect for a hard working maid. - components: - - type: Sprite - sprite: Floof/Clothing/Uniforms/ClassicalMaidDress.rsi - - type: Clothing - sprite: Floof/Clothing/Uniforms/ClassicalMaidDress.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index 1ec08bb7508..e2c081cdece 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -206,3 +206,15 @@ sprite: Floof/Clothing/Uniforms/musiciankingblack.rsi - type: Clothing sprite: Floof/Clothing/Uniforms/musiciankingblack.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformClassicalMaidDress + name: Classical Maid Dress + description: A modernised version of the victorian-era maid dress. Streamlined but frilly perfect for a hard working maid. + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/ClassicalMaidDress.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/ClassicalMaidDress.rsi +