From 1dfff3061263f0a6ba10ece635cda793422b49c5 Mon Sep 17 00:00:00 2001 From: SpaceCat <99134830+Verslebas@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:03:36 +0500 Subject: [PATCH] changes the id of the forensic gloves to be more structured and standards compliant (#18178) * Replaces forensic gloves id with a more structured one * Fixes * add changes to migration.yml * add changes to migration.yml * last fixes(please) --- Resources/Prototypes/Catalog/Fills/Lockers/security.yml | 2 +- Resources/Prototypes/Entities/Clothing/Hands/gloves.yml | 3 +-- Resources/migration.yml | 3 +++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 2ed6bef94a..0795d59f05 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -119,7 +119,7 @@ - id: WeaponRevolverInspector - id: DrinkDetFlask - id: SpeedLoaderMagnum - - id: ForensicGloves + - id: ClothingHandsGlovesForensic - type: entity id: ClosetBombFilled diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 768844d0b3..88d9f044a8 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -343,7 +343,7 @@ - type: entity parent: ClothingHandsBase - id: ForensicGloves + id: ClothingHandsGlovesForensic name: forensic gloves description: Do not leave fibers or fingerprints. If you work without them, you're A TERRIBLE DETECTIVE. components: @@ -352,4 +352,3 @@ - type: Clothing sprite: Clothing/Hands/Gloves/forensic.rsi - type: FingerprintMask - diff --git a/Resources/migration.yml b/Resources/migration.yml index fd372c7998..b6b2bbaf3f 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -108,3 +108,6 @@ Intercom: IntercomCommon # 2023-07-12 ToyAssistant: ToyFigurinePassenger + +# 2023-07-20 +ForensicGloves: ClothingHandsGlovesForensic