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
--- /dev/null
+{
+ "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
+ }
+ ]
+}