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)
This commit is contained in:
SpaceCat
2023-07-22 00:03:36 +05:00
committed by GitHub
parent b576fda6ed
commit 1dfff30612
3 changed files with 5 additions and 3 deletions

View File

@@ -119,7 +119,7 @@
- id: WeaponRevolverInspector - id: WeaponRevolverInspector
- id: DrinkDetFlask - id: DrinkDetFlask
- id: SpeedLoaderMagnum - id: SpeedLoaderMagnum
- id: ForensicGloves - id: ClothingHandsGlovesForensic
- type: entity - type: entity
id: ClosetBombFilled id: ClosetBombFilled

View File

@@ -343,7 +343,7 @@
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsBase
id: ForensicGloves id: ClothingHandsGlovesForensic
name: forensic gloves name: forensic gloves
description: Do not leave fibers or fingerprints. If you work without them, you're A TERRIBLE DETECTIVE. description: Do not leave fibers or fingerprints. If you work without them, you're A TERRIBLE DETECTIVE.
components: components:
@@ -352,4 +352,3 @@
- type: Clothing - type: Clothing
sprite: Clothing/Hands/Gloves/forensic.rsi sprite: Clothing/Hands/Gloves/forensic.rsi
- type: FingerprintMask - type: FingerprintMask

View File

@@ -108,3 +108,6 @@ Intercom: IntercomCommon
# 2023-07-12 # 2023-07-12
ToyAssistant: ToyFigurinePassenger ToyAssistant: ToyFigurinePassenger
# 2023-07-20
ForensicGloves: ClothingHandsGlovesForensic