[Entity] forensic gloves and locker fill (#15595)

This commit is contained in:
Kit0vras
2023-04-21 02:47:48 +03:00
committed by GitHub
parent 6aba1b4627
commit e37a549cb6
7 changed files with 39 additions and 0 deletions

View File

@@ -87,6 +87,7 @@
- id: WeaponRevolverInspector
- id: DrinkDetFlask
- id: SpeedLoaderMagnum
- id: ForensicGloves
- type: entity
id: ClosetBombFilled

View File

@@ -265,3 +265,15 @@
description: A cursed pair of cluwne hands.
components:
- type: Unremoveable
- type: entity
parent: ClothingHandsBase
id: ForensicGloves
name: forensic gloves
description: Do not leave fibers or fingerprints. If you work without them, you're A TERRIBLE DETECTIVE.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/forensic.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/forensic.rsi
- type: FingerprintMask

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from paradise station at https://github.com/ss220-space/Paradise/blob/e13af16eec39b663112e014901960c89fb09ef8b/icons/obj/clothing/gloves.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}