From a5a35bc75b27452a15db8c7c6a371d1f380c262e Mon Sep 17 00:00:00 2001 From: Radezolid Date: Thu, 26 Dec 2024 19:10:12 -0300 Subject: [PATCH] Fix stupid spaces + make stamp work --- .../Entities/Clothing/Uniforms/jumpskirts.yml | 2 +- .../DeltaV/Objects/Misc/bureaucracy.rsi/meta.json | 5 +---- .../Textures/Objects/Misc/bureaucracy.rsi/meta.json | 5 ++++- .../bureaucracy.rsi/paper_stamp-admin-assistant.png | Bin 4 files changed, 6 insertions(+), 6 deletions(-) rename Resources/Textures/{DeltaV => }/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png (100%) diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml index 49003e5daa3..bb199f52ed8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -189,7 +189,7 @@ sprite: DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi - type: Clothing sprite: DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi - + - type: entity parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtClerk diff --git a/Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/meta.json index 6a76e9403d4..ba3c62dda56 100644 --- a/Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 | modified by Floofers. Stamp icon taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by leonardo_dabepis (Discord), paper_stamp-admin-assistant by noctyrnal (github)", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 | modified by Floofers. Stamp icon taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by leonardo_dabepis (Discord)", "size": { "x": 32, "y": 32 @@ -9,9 +9,6 @@ "states": [ { "name": "folder-hop-ian" - }, - { - "name": "paper_stamp-admin-assistant" } ] } diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index 7edccd85dc9..5056cd9c257 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. paper_stamp-greytide by ubaser. paper_stamp-psychologist by clinux. syndicate_card by Aserovich | paper_stamp-signature by Mnemotechnician. paper_stamp-prosec is a recoloured version of paper_stamp-lawyer", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. paper_stamp-greytide by ubaser. paper_stamp-psychologist by clinux. syndicate_card by Aserovich | paper_stamp-signature by Mnemotechnician. paper_stamp-prosec is a recoloured version of paper_stamp-lawyer, paper_stamp-admin-assistant by noctyrnal (github)", "size": { "x": 32, "y": 32 @@ -245,6 +245,9 @@ }, { "name": "paper_stamp-prosec" + }, + { + "name": "paper_stamp-admin-assistant" } ] } diff --git a/Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png rename to Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png