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